From 8a95b38aeadeddd52badd6aa6b0466da2f4ca25e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 20:32:17 +0100 Subject: Header guards. --- src/gamma_lut.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/gamma_lut.h b/src/gamma_lut.h index dcecfc2d..c844de44 100644 --- a/src/gamma_lut.h +++ b/src/gamma_lut.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_GAMMA_LUT_H +#define LIBDCP_GAMMA_LUT_H + #include "lut.h" #include "lut_cache.h" @@ -30,3 +33,5 @@ public: }; } + +#endif -- cgit v1.2.3