From 915991a1accee95cfe6341a286c6ecedf4f0012b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Apr 2022 23:59:19 +0200 Subject: Add header guard. --- src/file.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/file.h b/src/file.h index 1817dc9c..bedceada 100644 --- a/src/file.h +++ b/src/file.h @@ -32,6 +32,10 @@ */ +#ifndef LIBDCP_FILE_H +#define LIBDCP_FILE_H + + #include @@ -94,3 +98,5 @@ boost::filesystem::path fix_long_path(boost::filesystem::path long_path); } + +#endif -- cgit v1.2.3