summaryrefslogtreecommitdiff
path: root/benchmark/include/mbgl/benchmark.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/include/mbgl/benchmark.hpp')
-rw-r--r--benchmark/include/mbgl/benchmark.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmark/include/mbgl/benchmark.hpp b/benchmark/include/mbgl/benchmark.hpp
index 1a9904de51..f68c847a74 100644
--- a/benchmark/include/mbgl/benchmark.hpp
+++ b/benchmark/include/mbgl/benchmark.hpp
@@ -1,7 +1,9 @@
#pragma once
+#include <mbgl/util/util.hpp>
+
namespace mbgl {
-int runBenchmark(int argc, char* argv[]);
+MBGL_EXPORT int runBenchmark(int argc, char* argv[]);
} // namespace mbgl