aboutsummaryrefslogtreecommitdiff
path: root/src/filemanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/filemanager.hpp')
-rw-r--r--src/filemanager.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/filemanager.hpp b/src/filemanager.hpp
index 2761b83c..bbd12b7e 100644
--- a/src/filemanager.hpp
+++ b/src/filemanager.hpp
@@ -29,6 +29,8 @@
#define FILEMANAGER_HPP_INCLUDED
#include <memory>
+#include <string>
+#include <vector>
#include "proj.h"
#include "proj/util.hpp"
@@ -95,9 +97,10 @@ class File {
std::unique_ptr<File> pj_network_file_open(PJ_CONTEXT *ctx,
const char *filename);
-
NS_PROJ_END
+std::vector<std::string> pj_get_default_searchpaths(PJ_CONTEXT *ctx);
+
//! @endcond Doxygen_Suppress
#endif // FILEMANAGER_HPP_INCLUDED