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

Re-fixed all includes for third party stuff

parent 30821353
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ determining streaming to the Logfile and/or cout. */ ...@@ -22,8 +22,8 @@ determining streaming to the Logfile and/or cout. */
#include <string> #include <string>
#include <iomanip> #include <iomanip>
#include <strstream> #include <strstream>
#include "newmat/newmatap.h" #include "newmatap.h"
#include "newmat/newmatio.h" #include "newmatio.h"
using namespace std; using namespace std;
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#include <string> #include <string>
#include <time.h> #include <time.h>
#include <set> #include <set>
#include "newmat/newmatap.h" #include "newmatap.h"
#include "newmat/newmatio.h" #include "newmatio.h"
#include "time_tracer.h" #include "time_tracer.h"
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