Add some add() methods to Time classes.
[libsub.git] / 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