From a3691ac01365bce2dafd345ddb567ad17a3d51f0 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 20 Jan 2005 09:22:38 +0000 Subject: [PATCH] Use the proper include definition. --- utils/Modeller/normalmap.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/Modeller/normalmap.cxx b/utils/Modeller/normalmap.cxx index 0b1fb361a..f5babb13d 100644 --- a/utils/Modeller/normalmap.cxx +++ b/utils/Modeller/normalmap.cxx @@ -4,11 +4,12 @@ * * This file is in public domain. */ +#include #include #include -#include -#include GL_H +#include SG_GL_H + #include -- 2.39.5