summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/debug_program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/debug_program.cpp')
-rw-r--r--src/mbgl/programs/debug_program.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mbgl/programs/debug_program.cpp b/src/mbgl/programs/debug_program.cpp
new file mode 100644
index 0000000000..9b8df789e4
--- /dev/null
+++ b/src/mbgl/programs/debug_program.cpp
@@ -0,0 +1,8 @@
+#include <mbgl/programs/debug_program.hpp>
+#include <mbgl/gfx/context_impl.hpp>
+
+namespace mbgl {
+
+template std::unique_ptr<gfx::Program<DebugProgram>> gfx::Context::createProgram(const ProgramParameters&);
+
+} // namespace mbgl