Fix missing includes

They don't cause a compile-time error, but do cause IDE errors.
This commit is contained in:
Oliver Hamlet
2017-02-06 18:03:18 +00:00
parent a176ace9ae
commit 44b358c19e
+2
View File
@@ -28,8 +28,10 @@ along with LOOT. If not, see
#include <boost/locale.hpp>
#include "loot/loot_version.h"
#include "gui/editor_message.h"
#include "gui/query/json.h"
#include "gui/query/metadata_query.h"
#include "gui/state/loot_state.h"
namespace loot {
class GetGameDataQuery : public MetadataQuery {