summaryrefslogtreecommitdiff
path: root/src/stl_binary_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-26 21:44:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-26 21:44:07 +0000
commit589a2d8108899141756bd41126ab117e42f17701 (patch)
tree61d80a326e2551cb75a5af9297d7c800e5e167a3 /src/stl_binary_writer.h
parent859100ab32d08a45db06fce54e319043f3ed813a (diff)
More header guards.
Diffstat (limited to 'src/stl_binary_writer.h')
-rw-r--r--src/stl_binary_writer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stl_binary_writer.h b/src/stl_binary_writer.h
index 2494d17..b4ab960 100644
--- a/src/stl_binary_writer.h
+++ b/src/stl_binary_writer.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_STL_BINARY_WRITER_H
+#define LIBSUB_STL_BINARY_WRITER_H
+
#include "stl_binary_tables.h"
#include <string>
#include <boost/filesystem.hpp>
@@ -46,3 +49,5 @@ extern void write_stl_binary (
);
}
+
+#endif