Skip to content
Snippets Groups Projects
Commit 02e91a14 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Fixed include paths for headers

parent 755ba745
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA */ USA */
#include <iostream>
#include <strstream>
#define WANT_STREAM #define WANT_STREAM
#include "AutoCorrEstimator.h" #include "AutoCorrEstimator.h"
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#if !defined(__AutoCorrEstimator_h) #if !defined(__AutoCorrEstimator_h)
#define __AutoCorrEstimator_h #define __AutoCorrEstimator_h
#include <iostream>
#include <fstream>
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "BandPassOptions.h" #include "BandPassOptions.h"
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
#if !defined(__BandPassOptions_h) #if !defined(__BandPassOptions_h)
#define __BandPassOptions_h #define __BandPassOptions_h
#include <string>
#include <math.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
namespace FILM { namespace FILM {
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <strstream>
#include <fstream>
#include "ContrastMgr.h" #include "ContrastMgr.h"
#include "ContrastMgrOptions.h" #include "ContrastMgrOptions.h"
#include "miscmaths/miscmaths.h" #include "miscmaths/miscmaths.h"
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#if !defined(__ContrastMgr_h) #if !defined(__ContrastMgr_h)
#define __ContrastMgr_h #define __ContrastMgr_h
#include <iostream>
#include <fstream>
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "ContrastMgrOptions.h" #include "ContrastMgrOptions.h"
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
#if !defined(__ContrastMgrOptions_h) #if !defined(__ContrastMgrOptions_h)
#define __ContrastMgrOptions_h #define __ContrastMgrOptions_h
#include <string>
#include <math.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "utils/log.h" #include "utils/log.h"
using namespace Utilities; using namespace Utilities;
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "FilmGlsOptions.h" #include "FilmGlsOptions.h"
#include "utils/log.h" #include "utils/log.h"
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
#if !defined(__FilmGlsOptions_h) #if !defined(__FilmGlsOptions_h)
#define __FilmGlsOptions_h #define __FilmGlsOptions_h
#include <string>
#include <math.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "utils/log.h" #include "utils/log.h"
using namespace Utilities; using namespace Utilities;
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "FilmGlsOptionsRes.h" #include "FilmGlsOptionsRes.h"
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
#if !defined(__FilmGlsOptionsRes_h) #if !defined(__FilmGlsOptionsRes_h)
#define __FilmGlsOptionsRes_h #define __FilmGlsOptionsRes_h
#include <string>
#include <math.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
namespace FILM { namespace FILM {
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "FilmOlsOptions.h" #include "FilmOlsOptions.h"
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
#if !defined(__FilmOlsOptions_h) #if !defined(__FilmOlsOptions_h)
#define __FilmOlsOptions_h #define __FilmOlsOptions_h
#include <string>
#include <math.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <stdio.h>
namespace FILM { namespace FILM {
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <math.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <math.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <cstdlib>
#include <avwio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
......
...@@ -9,12 +9,15 @@ ...@@ -9,12 +9,15 @@
#if !defined(__Volume_h) #if !defined(__Volume_h)
#define __Volume_h #define __Volume_h
#include <iostream>
#include <fstream>
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "VolumeSeries.h" #include "VolumeSeries.h"
#include <string>
using namespace NEWMAT; using namespace NEWMAT;
namespace FILM { namespace FILM {
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <cstdlib>
#include <avwio.h>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
......
...@@ -6,12 +6,15 @@ ...@@ -6,12 +6,15 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <fstream>
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include <string>
using namespace NEWMAT; using namespace NEWMAT;
......
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