summaryrefslogtreecommitdiff
path: root/src/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effect.h')
-rw-r--r--src/effect.h5
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