]> Shamusworld >> Repos - architektonas/commitdiff
Added missing include in FileIO header.
authorShamus Hammons <jlhamm@acm.org>
Mon, 2 Aug 2010 12:34:10 +0000 (12:34 +0000)
committerShamus Hammons <jlhamm@acm.org>
Mon, 2 Aug 2010 12:34:10 +0000 (12:34 +0000)
src/base/rs_fileio.h

index 6ad632493156d67b9f20a8326b04eb05ac7060d7..5359df3faa08e42fc313c415f70681028677e127 100644 (file)
@@ -2,7 +2,7 @@
 #define RS_FILEIO_H
 
 #include <QtCore>
-//#include "rs_filterinterface.h"
+#include "rs.h"
 
 #define RS_FILEIO RS_FileIO::instance()