Skip to content

Commit

Permalink
MORTEVIELLE: Fix some errors by including str.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Apr 6, 2012
1 parent 004935b commit 2ffc1fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/mortevielle/alert.h
Expand Up @@ -28,6 +28,8 @@
#ifndef MORTEVIELLE_ALERT_H
#define MORTEVIELLE_ALERT_H

#include "common/str.h"

namespace Mortevielle {

int do_alert(Common::String str_, int n);
Expand Down
2 changes: 2 additions & 0 deletions engines/mortevielle/menu.h
Expand Up @@ -28,6 +28,8 @@
#ifndef MORTEVIELLE_MENU_H
#define MORTEVIELLE_MENU_H

#include "common/str.h"

namespace Mortevielle {

/* NIVEAU 14*/
Expand Down
2 changes: 2 additions & 0 deletions engines/mortevielle/mor.h
Expand Up @@ -28,6 +28,8 @@
#ifndef MORTEVIELLE_MOR_H
#define MORTEVIELLE_MOR_H

#include "common/str.h"

namespace Mortevielle {

/* Niveau 14 suite */
Expand Down
1 change: 1 addition & 0 deletions engines/mortevielle/outtext.cpp
Expand Up @@ -26,6 +26,7 @@
*/

#include "mortevielle/outtext.h"
#include "common/str.h"

namespace Mortevielle {

Expand Down

0 comments on commit 2ffc1fd

Please sign in to comment.