Skip to content

Commit

Permalink
- guard StdAfx.h with _MSC_VER
Browse files Browse the repository at this point in the history
  #if defined(_MSC_VER)
  #include "StdAfx.h"
  #endif


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 25, 2013
1 parent 732e758 commit 6bca731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SimulationRuntime/cpp/Core/SimController/Configuration.cpp
@@ -1,4 +1,7 @@
#if defined(_MSC_VER)
#include "StdAfx.h"
#endif

#include "Configuration.h"
#include <boost/algorithm/string.hpp>
#include "LibrariesConfig.h"
Expand Down
3 changes: 3 additions & 0 deletions SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp
@@ -1,4 +1,7 @@
#if defined(_MSC_VER)
#include "StdAfx.h"
#endif

#include "Factory.h"
#include "GlobalSettings.h"
#include <Solver/ISolverSettings.h>
Expand Down

0 comments on commit 6bca731

Please sign in to comment.