0032349: Visualization, TKOpenGl - move base buffer interface out from OpenGl_VertexB...
[occt.git] / src / OpenGl / OpenGl_DepthPeeling.cxx
index af2e3ad..f89caa2 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <OpenGl_ArbFBO.hxx>
 #include <OpenGl_DepthPeeling.hxx>
 
+#include <OpenGl_ArbFBO.hxx>
+#include <OpenGl_Context.hxx>
+#include <OpenGl_Texture.hxx>
+
 IMPLEMENT_STANDARD_RTTIEXT(OpenGl_DepthPeeling, OpenGl_NamedResource)
 
 //=======================================================================