HADESCH: Fix compilation

This commit is contained in:
Eugene Sandulenko 2023-03-17 16:35:56 +01:00
parent fa15a4daba
commit ee71fe0757
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
engines/hadesch/hadesch.cpp
engines/hadesch/rooms/daedalus.cpp
engines/hadesch/rooms/medisle.cpp
engines/hadesch/rooms/troy.cpp

View File

@ -33,6 +33,7 @@
#include "common/util.h"
#include "common/compression/gzio.h"
#include "common/config-manager.h"
#include "common/translation.h"
#include "engines/advancedDetector.h"
#include "engines/util.h"