diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-13 23:59:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 21:46:30 +0200 |
| commit | 915991a1accee95cfe6341a286c6ecedf4f0012b (patch) | |
| tree | 9cad4b967ccd4966b191e36a5f6c80d5d43f1d2d /src | |
| parent | 58731200a835da9ec928577d36ab5232db974734 (diff) | |
Add header guard.
Diffstat (limited to 'src')
| -rw-r--r-- | src/file.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,10 @@ */ +#ifndef LIBDCP_FILE_H +#define LIBDCP_FILE_H + + #include <boost/filesystem/path.hpp> @@ -94,3 +98,5 @@ boost::filesystem::path fix_long_path(boost::filesystem::path long_path); } + +#endif |
