瀏覽代碼

Fix build with recent Boost

It has static_assert complaining on missing include
Vadim Markovtsev 10 年之前
父節點
當前提交
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>