Fixed build on MS VS2010. Improved includes in data classes.
parent
1439502c20
commit
1264b2547a
@ -0,0 +1,13 @@
|
||||
#ifndef COREDATA_H
|
||||
#define COREDATA_H
|
||||
|
||||
class User;
|
||||
class Permission;
|
||||
class Role;
|
||||
|
||||
#include "user.h"
|
||||
#include "role.h"
|
||||
#include "permission.h"
|
||||
|
||||
#endif // COREDATA_H
|
||||
|
Loading…
Reference in New Issue