1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0022752: Fix compilation on Unix with FreeImage and GL2PS support

Added missed includes config.h
This commit is contained in:
dbv
2012-03-23 15:11:14 +04:00
parent 7c8a8fcc07
commit 498ce5771b
7 changed files with 27 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
// purpose or non-infringement. Please see the License for the specific terms
// and conditions governing the rights and limitations under the License.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_FREEIMAGE
#include <FreeImagePlus.h>