diff options
Diffstat (limited to 'backends/graphics/opengl/framebuffer.cpp')
-rw-r--r-- | backends/graphics/opengl/framebuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/opengl/framebuffer.cpp b/backends/graphics/opengl/framebuffer.cpp index f3332cb469..7191aab8bc 100644 --- a/backends/graphics/opengl/framebuffer.cpp +++ b/backends/graphics/opengl/framebuffer.cpp @@ -22,7 +22,7 @@ #include "backends/graphics/opengl/framebuffer.h" #include "backends/graphics/opengl/texture.h" -#include "backends/graphics/opengl/pipeline.h" +#include "backends/graphics/opengl/pipelines/pipeline.h" namespace OpenGL { |