Skip to content

Commit

Permalink
Fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 31, 2017
1 parent dc9b376 commit 2f6141f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/main.cpp
Expand Up @@ -8,7 +8,7 @@
#include "log/LogStream.h"
#include "modulesystem/ModuleRegistry.h"
#include "modulesystem/ApplicationContextImpl.h"
#include "ui/Splash/Splash.h"
#include "ui/splash/Splash.h"
#include <sigc++/functors/mem_fun.h>

#ifndef POSIX
Expand Down
1 change: 1 addition & 0 deletions radiant/ui/grid/GridManager.h
Expand Up @@ -2,6 +2,7 @@

#include "GridItem.h"
#include "icommandsystem.h"
#include "ipreferencesystem.h"
#include <list>

namespace ui
Expand Down

0 comments on commit 2f6141f

Please sign in to comment.