summaryrefslogtreecommitdiff
path: root/src/lib/ratio.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-09 20:35:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-09 20:35:39 +0100
commit89115db77729a2c99f1a09ff6a461720e16f889e (patch)
treee528ec014b820d4e0efa28893dcee91cd76ee618 /src/lib/ratio.h
parentf8ad440cf187c517b7800f3efdfc0954025c4422 (diff)
parentd2ff6a6b0256e256b6df416f280c846072f7682f (diff)
Merge master.
Diffstat (limited to 'src/lib/ratio.h')
-rw-r--r--src/lib/ratio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ratio.h b/src/lib/ratio.h
index 6916a7491..5480eee12 100644
--- a/src/lib/ratio.h
+++ b/src/lib/ratio.h
@@ -17,6 +17,9 @@
*/
+#ifndef DCPOMATIC_RATIO_H
+#define DCPOMATIC_RATIO_H
+
#include <vector>
#include <libdcp/util.h>
@@ -64,3 +67,5 @@ private:
static std::vector<Ratio const *> _ratios;
};
+
+#endif