Index: trunk/ippToPsps/src/FitsGenerator.h
===================================================================
--- trunk/ippToPsps/src/FitsGenerator.h	(revision 31025)
+++ trunk/ippToPsps/src/FitsGenerator.h	(revision 31030)
@@ -13,4 +13,6 @@
 
 #include <psmodules.h>
+
+#include "Logger.h"
 
 // column class
@@ -53,4 +55,5 @@
     Table* tables;
     int numOfTables;
+    Logger* logger;
 
     // methods
@@ -64,5 +67,5 @@
 
 // constructor
-FitsGenerator* new_FitsGenerator(const char* path);
+FitsGenerator* new_FitsGenerator(Logger* logger, const char* path);
 
 #endif // IPPTOPSPS_FITSGENERATOR_H
