Modified Files:

scene/model/SGClipGroup.cxx: Oops, add missing simgear_config.h
This commit is contained in:
frohlich
2007-12-26 19:08:45 +00:00
parent 37c4dcf8ba
commit 7fe8514434

View File

@@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include "SGClipGroup.hxx"
#include <osg/ClipPlane>