diff options
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 |
