More header guards.
[libsub.git] / src / stl_binary_reader.h
index 9c2e61f4571b025fa29a7c90347237485031c8eb..a637e9146d01117a34b18195c9c1ab6f6aa6566d 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef LIBSUB_STL_BINARY_READER_H
+#define LIBSUB_STL_BINARY_READER_H
+
 #include "reader.h"
 #include "stl_binary_tables.h"
 #include <map>
@@ -74,3 +77,5 @@ private:
 };
 
 }
+
+#endif