summaryrefslogtreecommitdiff
path: root/src/reader_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader_factory.h')
-rw-r--r--src/reader_factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reader_factory.h b/src/reader_factory.h
index c12a475..e7c349b 100644
--- a/src/reader_factory.h
+++ b/src/reader_factory.h
@@ -18,12 +18,13 @@
*/
#include <boost/shared_ptr.hpp>
+#include <boost/filesystem.hpp>
namespace sub {
class Reader;
extern boost::shared_ptr<Reader>
-reader_factory (std::string);
+reader_factory (boost::filesystem::path);
}