diff --git a/src/Main/fgviewer.cxx b/src/Main/fgviewer.cxx index 3ab9570b5..08ecdec5a 100644 --- a/src/Main/fgviewer.cxx +++ b/src/Main/fgviewer.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include @@ -102,6 +106,7 @@ bool GraphDumpHandler::handle(const osgGA::GUIEventAdapter& ea, default: return false; } + return false; } void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const