2
0
Эх сурвалжийг харах

Fix build with recent Boost

It has static_assert complaining on missing include
Vadim Markovtsev 10 жил өмнө
parent
commit
74e9f23e36
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      Global.h

+ 1 - 0
Global.h

@@ -150,6 +150,7 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size.");
 #endif
 #include <boost/logic/tribool.hpp>
 #include <boost/optional.hpp>
+#include <boost/optional/optional_io.hpp>
 #include <boost/program_options.hpp>
 #include <boost/range/adaptor/filtered.hpp>
 #include <boost/range/adaptor/reversed.hpp>