diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-26 21:44:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-26 21:44:07 +0000 |
| commit | 589a2d8108899141756bd41126ab117e42f17701 (patch) | |
| tree | 61d80a326e2551cb75a5af9297d7c800e5e167a3 /src/stl_binary_reader.h | |
| parent | 859100ab32d08a45db06fce54e319043f3ed813a (diff) | |
More header guards.
Diffstat (limited to 'src/stl_binary_reader.h')
| -rw-r--r-- | src/stl_binary_reader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index 9c2e61f..a637e91 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -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 |
