Skip to content
Snippets Groups Projects
Commit 7312ea7d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: change include order to fix the nullptr_t error with ossim 2.2

parent 29482a23
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@
#include <string>
#include <boost/config.hpp>
#include "ossimPluginConstants.h" // OSSIM_PLUGINS_DLL
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimFilename.h>
#include <ossim/base/ossimKeywordNames.h>
......@@ -37,7 +39,6 @@
#include <ossim/base/ossimRefPtr.h>
#include "ossim/ossimSarSensorModel.h"
#include "ossimPluginConstants.h" // OSSIM_PLUGINS_DLL
#include <ossim/support_data/ossimSupportFilesList.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment