diff options
Diffstat (limited to 'src/effect.h')
| -rw-r--r-- | src/effect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/effect.h b/src/effect.h index 41534a5..7c8c9c7 100644 --- a/src/effect.h +++ b/src/effect.h @@ -17,6 +17,9 @@ */ +#ifndef LIBSUB_EFFECT_H +#define LIBSUB_EFFECT_H + #include <boost/optional.hpp> #include <string> @@ -31,3 +34,5 @@ enum Effect boost::optional<Effect> string_to_effect (std::string s); } + +#endif |
