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

Fixed include paths for headers

parent 9857d751
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
#include "utils/log.h" #include "utils/log.h"
#include <time.h>
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
//#include "melmm.h" //#include "melmm.h"
#include "utils/log.h" #include "utils/log.h"
#include "miscmaths/miscprob.h" #include "miscmaths/miscprob.h"
#include <time.h>
#include "libvis/miscplot.h" #include "libvis/miscplot.h"
#include "libvis/miscpic.h" #include "libvis/miscpic.h"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <stdlib.h>
#include "newimage/newimageall.h" #include "newimage/newimageall.h"
#include "utils/log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
......
...@@ -9,11 +9,14 @@ ...@@ -9,11 +9,14 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include "newimage/newimageall.h" #include "newimage/newimageall.h"
#include "miscmaths/miscmaths.h" #include "miscmaths/miscmaths.h"
#include "miscmaths/miscprob.h" #include "miscmaths/miscprob.h"
#include <string>
#include <math.h>
#include "utils/options.h" #include "utils/options.h"
#include "utils/log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#ifndef __MELODIC_h #ifndef __MELODIC_h
#define __MELODIC_h #define __MELODIC_h
#include<strstream>
// a simple message macro that takes care of cout and log // a simple message macro that takes care of cout and log
#define message(msg) { \ #define message(msg) { \
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "utils/log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
#include "newimage/newimageall.h" #include "newimage/newimageall.h"
......
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
#ifndef __MELODICOPTIONS_h #ifndef __MELODICOPTIONS_h
#define __MELODICOPTIONS_h #define __MELODICOPTIONS_h
#include <string>
#include <strstream>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "utils/options.h" #include "utils/options.h"
#include "utils/log.h" #include "utils/log.h"
#include "melodic.h" #include "melodic.h"
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include "melodic.h" #include "melodic.h"
#include "newmat/newmatap.h" #include "newmat/newmatap.h"
#include "newmat/newmatio.h" #include "newmat/newmatio.h"
#include <time.h>
#include <strstream>
#include "libvis/miscplot.h" #include "libvis/miscplot.h"
#include "libvis/miscpic.h" #include "libvis/miscpic.h"
#include "utils/options.h" #include "utils/options.h"
......
#include <iostream.h>
#include <iomanip>
#include "libvis/miscplot.h" #include "libvis/miscplot.h"
#include "libvis/miscpic.h" #include "libvis/miscpic.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