diff options
-rw-r--r-- | backends/cloud/cloudmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/cloudmanager.h b/backends/cloud/cloudmanager.h index 8e4c60eb4b..70b32f0758 100644 --- a/backends/cloud/cloudmanager.h +++ b/backends/cloud/cloudmanager.h @@ -26,7 +26,7 @@ #include "backends/cloud/storage.h" #include "common/array.h" #include "common/singleton.h" -#include <cge/console.h> +#include "common/str-array.h" namespace GUI { |