From dee9c4117470d8a47c69c229d728fbf37365b92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 25 Sep 2019 17:27:30 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@598 a8b55f48-bf90-11e4-a774-851b48703e85 --- qglview/glframebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qglview/glframebuffer.h b/qglview/glframebuffer.h index a1d2e8f..5851c6e 100644 --- a/qglview/glframebuffer.h +++ b/qglview/glframebuffer.h @@ -19,8 +19,8 @@ #ifndef GLFRAMEBUFFER_H #define GLFRAMEBUFFER_H -#include "gltypes.h" #include +#include "gltypes.h" class GLFramebuffer : protected QOpenGLExtraFunctions