X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fraw_convert.h;h=96bd7f6335042d71d99f4244c617c935dfc5d2b2;hb=d81a3176a39b92881f7c275eb4e6001f55baf3ea;hp=b0973583a9e0d7619fefe8019de38a5e7106fa6d;hpb=f876c03086feb94584fabeaf8941282d9dd88770;p=dcpomatic.git diff --git a/src/lib/raw_convert.h b/src/lib/raw_convert.h index b0973583a..96bd7f633 100644 --- a/src/lib/raw_convert.h +++ b/src/lib/raw_convert.h @@ -17,6 +17,9 @@ */ +#ifndef DCPOMATIC_RAW_CONVERT_H +#define DCPOMATIC_RAW_CONVERT_H + #include "safe_stringstream.h" #include @@ -35,3 +38,5 @@ raw_convert (Q v, int precision = 16) s >> r; return r; } + +#endif