summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stl_binary_tables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h
index 1ce7d62..adaae82 100644
--- a/src/stl_binary_tables.h
+++ b/src/stl_binary_tables.h
@@ -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