Yet more static build fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 12:46:38 +0000 (13:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 12:46:38 +0000 (13:46 +0100)
src/stl_binary_tables.h

index 1ce7d62b0e347d5d33fce75dba28826c13dba893..adaae8270103c537115d3dad7f5587343720b7c1 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef LIBSUB_STL_BINARY_TABLES_H
+#define LIBSUB_STL_BINARY_TABLES_H
+
 #include <string>
 #include <map>
 #include <boost/optional.hpp>
@@ -230,3 +233,5 @@ private:
 };
 
 }
+
+#endif