diff options
Diffstat (limited to 'engines/composer/composer.h')
-rw-r--r-- | engines/composer/composer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/composer/composer.h b/engines/composer/composer.h index 47398fe36d..d1a85e975a 100644 --- a/engines/composer/composer.h +++ b/engines/composer/composer.h @@ -20,14 +20,15 @@ * */ -#ifndef COMPOSER_H -#define COMPOSER_H +#ifndef COMPOSER_COMPOSER_H +#define COMPOSER_COMPOSER_H #include "common/ini-file.h" #include "common/random.h" #include "common/system.h" #include "common/debug.h" #include "common/debug-channels.h" +#include "common/error.h" #include "common/textconsole.h" #include "common/rect.h" |