summaryrefslogtreecommitdiff
path: root/platform/linux/src/headless_backend_glx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux/src/headless_backend_glx.cpp')
-rw-r--r--platform/linux/src/headless_backend_glx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux/src/headless_backend_glx.cpp b/platform/linux/src/headless_backend_glx.cpp
index 27af98e70a..4045d6635e 100644
--- a/platform/linux/src/headless_backend_glx.cpp
+++ b/platform/linux/src/headless_backend_glx.cpp
@@ -7,6 +7,7 @@
#include <GL/glx.h>
namespace mbgl {
+namespace gl {
// This class provides a singleton that contains information about the configuration used for
// instantiating new headless rendering contexts.
@@ -127,4 +128,5 @@ void HeadlessBackend::createImpl() {
impl = std::make_unique<GLXBackendImpl>();
}
+} // namespace gl
} // namespace mbgl