missing header

This commit is contained in:
Damien Dupuis 2011-02-15 11:54:48 +00:00
parent 09a212cb64
commit feecdab3e1
2 changed files with 1 additions and 1 deletions

View File

@ -122,5 +122,4 @@ namespace Hurricane {
return "[ERROR:" + getString(_code) + "] " + _reason;
}
} // End of Hurricane namespace.

View File

@ -30,6 +30,7 @@
#include <QGroupBox>
#include <QVBoxLayout>
#include <QAction>
#include <QModelIndex>
#include "hurricane/Commons.h"
#include "hurricane/Net.h"