diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 7828e658b..27ccfe52e 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -104,9 +104,9 @@ #include "OriginFeature.h" #include "Origin.h" #include "MaterialObject.h" -#include "MaterialPy.h" #include "Expression.h" #include "Transactions.h" +#include // If you stumble here, run the target "BuildExtractRevision" on Windows systems // or the Python script "SubWCRev.py" on Linux based systems which builds @@ -129,9 +129,9 @@ using namespace boost::program_options; // scriptings (scripts are build in but can be overridden by command line option) -#include "InitScript.h" -#include "TestScript.h" -#include "CMakeScript.h" +#include +#include +#include #ifdef _MSC_VER // New handler for Microsoft Visual C++ compiler # include