diff options
Diffstat (limited to 'engines/hdb/detection.cpp')
-rw-r--r-- | engines/hdb/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index 744d4304be..c65583258f 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -24,7 +24,7 @@ #include "engines/advancedDetector.h" -#include "hdb.h" +#include "hdb/hdb.h" namespace HDB { const char *HDBGame::getGameId() const { return _gameDescription->gameId; } |