summaryrefslogtreecommitdiff
path: root/src/exceptions.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/exceptions.h
parent859100ab32d08a45db06fce54e319043f3ed813a (diff)
More header guards.
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index cb49d86..a0ca1b9 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_EXCEPTIONS_H
+#define LIBSUB_EXCEPTIONS_H
+
#include <stdexcept>
#include <string>
@@ -73,3 +76,5 @@ public:
};
}
+
+#endif