Skip to content

Commit

Permalink
Fix compilation in GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 30, 2017
1 parent ba40335 commit a05bdce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions radiant/map/EditingStopwatch.cpp
Expand Up @@ -2,6 +2,8 @@

#include <sigc++/functors/mem_fun.h>

#include "i18n.h"
#include "iradiant.h"
#include "iuimanager.h"
#include "itextstream.h"
#include "imainframe.h"
Expand Down Expand Up @@ -129,6 +131,9 @@ void EditingStopwatch::onMapEvent(IMap::MapEvent ev)
case IMap::MapSaved:
start();
break;

default:
break;
};
}

Expand Down
1 change: 1 addition & 0 deletions radiant/map/EditingStopwatchInfoFileModule.cpp
Expand Up @@ -3,6 +3,7 @@
#include "itextstream.h"
#include "EditingStopwatch.h"
#include "parser/DefTokeniser.h"
#include "string/convert.h"

namespace map
{
Expand Down

0 comments on commit a05bdce

Please sign in to comment.