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

Fixed include paths for headers

parent 5d2ec2d8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
/* CCOPYRIGHT */
#include <cmath>
#include "base2z.h"
#include "libprob/libprob.h"
......
......@@ -9,6 +9,8 @@
#if !defined(__base2z_h)
#define __base2z_h
#include <iostream>
#include <fstream>
namespace MISCMATHS {
......
......@@ -6,9 +6,11 @@
/* CCOPYRIGHT */
#include <cmath>
#include "f2z.h"
#include "utils/log.h"
#include "utils/tracer_plus.h"
#include <stdexcept>
#include "libprob/libprob.h"
using namespace NEWMAT;
......
......@@ -9,6 +9,8 @@
#if !defined(__f2z_h)
#define __f2z_h
#include <iostream>
#include <fstream>
#include "newmat/newmatap.h"
#include "newmat/newmatio.h"
#include "base2z.h"
......
......@@ -9,6 +9,8 @@
#if !defined(__histogram_h)
#define __histogram_h
#include <iostream>
#include <fstream>
#define WANT_STREAM
#define WANT_MATH
......
......@@ -11,6 +11,10 @@
#if !defined(kernel_h)
#define kernel_h
#include <iostream>
#include <string>
#include <set>
#include <cmath>
#include "newmat/newmat.h"
using namespace NEWMAT;
......
......@@ -12,6 +12,13 @@
#if !defined(__miscmaths_h)
#define __miscmaths_h
#include <cmath>
#include <vector>
#include <iostream>
#include <assert.h>
#include <fstream>
#include <strstream>
#include <string>
#include "newmat/newmatap.h"
#include "kernel.h"
......
......@@ -11,6 +11,7 @@
#include "miscprob.h"
#include "stdlib.h"
#include "newmat/newmatio.h"
#include <iostream>
using namespace NEWMAT;
......
......@@ -9,6 +9,8 @@
// Mathematical optimisation functions
#include <iostream>
#include <cmath>
#include "optimise.h"
#include "miscmaths.h"
......
......@@ -12,6 +12,7 @@
#if !defined(__optimise_h)
#define __optimise_h
#include <cmath>
#include "newmat/newmatap.h"
using namespace NEWMAT;
......
#include <iostream>
#include <fstream>
#include <iomanip>
#include <strstream>
#define WANT_STREAM
#define WANT_MATH
......
......@@ -6,6 +6,7 @@
/* CCOPYRIGHT */
#include <cmath>
#include "t2z.h"
#include "newmat/newmat.h"
#include "utils/tracer_plus.h"
......
......@@ -9,6 +9,8 @@
#if !defined(__t2z_h)
#define __t2z_h
#include <iostream>
#include <fstream>
#include "newmat/newmatap.h"
#include "newmat/newmatio.h"
#include "base2z.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