summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/manifest_parser.hpp')
-rw-r--r--render-test/manifest_parser.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp
index 55249896cb..120fb9a2bd 100644
--- a/render-test/manifest_parser.hpp
+++ b/render-test/manifest_parser.hpp
@@ -5,6 +5,7 @@
#include <mbgl/util/optional.hpp>
#include <mbgl/util/rapidjson.hpp>
+#include <cstdlib>
#include <regex>
#include <string>
#include <utility>
@@ -21,6 +22,7 @@ public:
const std::string& getManifestPath() const;
const std::string& getResultPath() const;
const std::string& getCachePath() const;
+ const std::string& getAccessToken() const;
const std::set<std::string>& getProbes() const;
void doShuffle(uint32_t seed);
@@ -49,6 +51,7 @@ private:
std::string assetPath;
std::string resultPath;
std::string cachePath;
+ std::string accessToken;
std::vector<std::pair<std::string, std::string>> ignores;
std::vector<TestPaths> testPaths;
std::set<std::string> probes;