Skip to content
Snippets Groups Projects
Commit 1954010d authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : correct some includes to avoid testing-binaries with install compilations errors

parent eb3f4b0c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#include <complex>
#include <otb/ImageNoise.h>
#include <ossim/otb/ImageNoise.h>
namespace otb
{
......
......@@ -12,8 +12,8 @@
#ifndef IncidenceAngles_h
#define IncidenceAngles_h
#include <JSDDateTime.h>
#include <otb/InfoIncidenceAngle.h>
#include <ossim/otb/JSDDateTime.h>
#include <ossim/otb/InfoIncidenceAngle.h>
#include <ossim/base/ossimConstants.h>
class ossimKeywordlist;
......
......@@ -11,8 +11,8 @@
#ifndef JSDDateTime_h
#define JSDDateTime_h
#include <JulianDate.h>
#include <MJDDateTime.h>
#include <ossim/otb/JulianDate.h>
#include <ossim/otb/MJDDateTime.h>
namespace ossimplugins
{
......
......@@ -10,8 +10,8 @@
// $Id$
#include <CivilDateTime.h>
#include <JulianDate.h>
#include <JSDDateTime.h>
#include <ossim/otb/JulianDate.h>
#include <ossim/otb/JSDDateTime.h>
#include <GMSTDateTime.h>
......
......@@ -12,8 +12,8 @@
#ifndef Noise_h
#define Noise_h
#include <JSDDateTime.h>
#include <otb/ImageNoise.h>
#include <ossim/otb/JSDDateTime.h>
#include <ossim/otb/ImageNoise.h>
#include <ossim/base/ossimConstants.h>
class ossimKeywordlist;
......
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