]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCVertexFinderComponent.cxx
Corrected assignment operator
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCVertexFinderComponent.cxx
index 6878c6f90b139eb22f77b095bf042e28cc0e8d10..e5ceb15a6f7be41267ff5f23646f2f106bce5bd8 100644 (file)
@@ -49,6 +49,10 @@ using namespace std;
 #include <cstdlib>
 #include <cerrno>
 
+#ifndef ECANCELED 
+#define ECANCELED   125
+#endif
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTTPCVertexFinderComponent);