missing header
This commit is contained in:
parent
09a212cb64
commit
feecdab3e1
|
@ -122,5 +122,4 @@ namespace Hurricane {
|
|||
return "[ERROR:" + getString(_code) + "] " + _reason;
|
||||
}
|
||||
|
||||
|
||||
} // End of Hurricane namespace.
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <QGroupBox>
|
||||
#include <QVBoxLayout>
|
||||
#include <QAction>
|
||||
#include <QModelIndex>
|
||||
|
||||
#include "hurricane/Commons.h"
|
||||
#include "hurricane/Net.h"
|
||||
|
|
Loading…
Reference in New Issue