]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Include stdint.h to declare uint8_t on SLC3
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Sep 2008 13:11:15 +0000 (13:11 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Sep 2008 13:11:15 +0000 (13:11 +0000)
HLT/BASE/AliHLTComponent.cxx

index ce780374a656c9a5e09c22e68703a1518ceb72ae..ebc966baa59618a28d7129c1e2d9b0bb2dfeaa8d 100644 (file)
@@ -39,6 +39,7 @@ using namespace std;
 #include "AliHLTMemoryFile.h"
 #include "AliHLTMisc.h"
 #include <cassert>
+#include <stdint.h>
 
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTComponent);