diff --git a/andorApp/src/andorCCD.h b/andorApp/src/andorCCD.h index cac8622..1b1f47b 100755 --- a/andorApp/src/andorCCD.h +++ b/andorApp/src/andorCCD.h @@ -12,6 +12,7 @@ #ifndef ANDORCCD_H #define ANDORCCD_H +#include "tinyxml.h" #include "ADDriver.h" #include "SPEHeader.h" @@ -180,6 +181,7 @@ class AndorCCD : public ADDriver { // SPE file header tagCSMAHEAD *mSPEHeader; + TiXmlDocument *mSPEDoc; };