diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-11 18:45:21 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-11 18:45:21 +0100 |
commit | 3d1e59ff0b3116255b70f6247137009903cd530b (patch) | |
tree | bf59e2c22b8000729161db5b4f8db7254e48bf1d /src/plugins/boost/FileLocator.hpp | |
parent | 0e2d827e5c0b47e3c8604e94b773f31dcd448ff1 (diff) |
finished FileLocator implementation and tests for it.
Diffstat (limited to 'src/plugins/boost/FileLocator.hpp')
-rw-r--r-- | src/plugins/boost/FileLocator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/boost/FileLocator.hpp b/src/plugins/boost/FileLocator.hpp index 41826b8..9cb705c 100644 --- a/src/plugins/boost/FileLocator.hpp +++ b/src/plugins/boost/FileLocator.hpp @@ -25,7 +25,7 @@ #include <set> #include <vector> -#include <boost/filesystem/path.hpp> +#include <boost/filesystem.hpp> namespace ousia { |