add includes for bool identities

develop
myk002 2021-06-07 05:34:04 -07:00
parent 9deb4cd3e1
commit da034704e7
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 0 deletions

@ -33,6 +33,8 @@ using std::set;
#include "Console.h"
#include "Core.h"
#include "DataDefs.h"
#include "DataIdentity.h"
#include "Export.h"
#include "LuaTools.h"
#include "PluginManager.h"