From 849286fa07e1325854fa19a70fbda59e6388edf3 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Sat, 22 Feb 2003 18:39:19 +0000
Subject: [PATCH] Fixed include paths for headers

---
 slicetimer.cc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/slicetimer.cc b/slicetimer.cc
index aa949f1..97a3fc5 100644
--- a/slicetimer.cc
+++ b/slicetimer.cc
@@ -7,6 +7,16 @@
 /*  CCOPYRIGHT */
 
 
+#include <math.h>
+#include <iostream.h>
+#include <iomanip>
+#include <fstream.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string>
+#include <strstream>
+#include <unistd.h>
+#include <vector.h>
 
 #include "miscmaths/optimise.h"
 #include "newmat/newmatap.h"
-- 
GitLab