1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Corrected integration.

This commit is contained in:
apn 2012-09-11 16:43:12 +04:00
parent 61039c3d61
commit c5fc362f66

View File

@ -23,7 +23,11 @@
# include <stdlib.h>
#endif
#ifdef HAVE_FTGL_UPPERCASE
#include <FTGL.h>
#else
#include <FTGL/ftgl.h>
#endif
#include <InterfaceGraphic.hxx>
#include <TCollection_HAsciiString.hxx>