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