Index: fact/tools/rootmacros/julia.C
===================================================================
--- fact/tools/rootmacros/julia.C	(revision 14026)
+++ fact/tools/rootmacros/julia.C	(revision 14027)
@@ -1,2 +1,4 @@
+#include <TROOT.h>
+
 #include <iostream>
 #include "fits.h"
@@ -7,5 +9,5 @@
     gROOT->SetStyle("Plain");
 
-    filename = "/fact/aux/2012/05/30/20120530_063.FTM_CONTROL_TRIGGER_RATES.fits"
+    char filename[] = "/fact/aux/2012/05/30/20120530_063.FTM_CONTROL_TRIGGER_RATES.fits";
 
     fits * file = new fits(filename);
@@ -19,5 +21,5 @@
     file->SetRefAddress("Time", time);
 
-    while (file->GetNextRow() )
+    while ( file->GetNextRow() )
     {
         cout << "time: " << time "\t" << "rate: " << rate << endl;
