Skip to content
Snippets Groups Projects
Commit cdf67e4a authored by Matthew Webster's avatar Matthew Webster
Browse files

gcc 4.4 changes

parent 11070108
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ string examples =
opttst -d <number> -m <filename> -r <filename>\n\
opttst --verbose\n";
int main(unsigned int argc, char **argv) {
int main(int argc, char **argv) {
OptionParser options(title, examples);
......
/* Time_Tracer.h
Mark Woolrich, FMRIB Image Analysis Group
Mark Woolrich and Matthew Webster, FMRIB Image Analysis Group
Copyright (C) 1999-2000 University of Oxford */
Copyright (C) 1999-2010 University of Oxford */
/* CCOPYRIGHT */
......@@ -12,6 +12,7 @@
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
#include <time.h>
#include <set>
#include <stack>
......
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