From 3d2b9ef7ecd86db032942cbd68d6b9c610a03d9b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 12 Apr 2016 10:33:49 +0200 Subject: Fix up some QOpenGL includes OpenGL-specific code here and there relied on qopenglfunctions.h pulled in from some unrelated place. This was cleaned up in some previous commit so add the necessary includes. Change-Id: I9d9ff6c5faf9fc9d59d8e1cfd4fab05ebff4b4e0 Reviewed-by: Andy Nichols --- src/quick/items/qquickframebufferobject.cpp | 2 +- src/quick/items/qquickopenglshadereffectnode.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/quick/items/qquickframebufferobject.cpp b/src/quick/items/qquickframebufferobject.cpp index 0356b72e1d..d8147a48a5 100644 --- a/src/quick/items/qquickframebufferobject.cpp +++ b/src/quick/items/qquickframebufferobject.cpp @@ -40,7 +40,7 @@ #include "qquickframebufferobject.h" #include - +#include #include #include diff --git a/src/quick/items/qquickopenglshadereffectnode.cpp b/src/quick/items/qquickopenglshadereffectnode.cpp index aa8943aad7..864c968505 100644 --- a/src/quick/items/qquickopenglshadereffectnode.cpp +++ b/src/quick/items/qquickopenglshadereffectnode.cpp @@ -45,6 +45,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3