Skip to content

Commit

Permalink
avoiding redefinition of BOOST_DATE_TIME_NO_LIB for getting rid of co…
Browse files Browse the repository at this point in the history
…mpiler warnings
  • Loading branch information
RlanderRISCSW committed Oct 30, 2023
1 parent 7460f4f commit ebe0c6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/runtime/TixiHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

#include <tixicpp.h>

#define BOOST_DATE_TIME_NO_LIB
#ifndef BOOST_DATE_TIME_NO_LIB
#define BOOST_DATE_TIME_NO_LIB
#endif
#include <boost/date_time/posix_time/posix_time.hpp>

#include <ctime>
Expand Down

0 comments on commit ebe0c6b

Please sign in to comment.