]> git.mxchange.org Git - simgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Wed, 26 Dec 2007 19:08:45 +0000 (19:08 +0000)
committerfrohlich <frohlich>
Wed, 26 Dec 2007 19:08:45 +0000 (19:08 +0000)
scene/model/SGClipGroup.cxx: Oops, add missing simgear_config.h

simgear/scene/model/SGClipGroup.cxx

index fdf9305ae1a3af3f9ee3f95237712d06da58a909..bbddbcb07675fd25f22804380cddaa3660ddcc56 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include "SGClipGroup.hxx"
 
 #include <osg/ClipPlane>