Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Marukyu/NecroEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukyu committed May 5, 2016
2 parents 839f005 + bc9b448 commit 88b2774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Client/Editor/SelectionPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <Shared/Utils/Utilities.hpp>
#include <algorithm>
#include <memory>
#include <cmath>

namespace gui2
{
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Utils/OSDetect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define WOS_WINDOWS
#elif defined __linux__ || defined __linux || defined linux
#define WOS_LINUX
#elif defined __APPLE__ && TARGET_OS_MAC
#elif defined __APPLE__ || defined TARGET_OS_MAC
#define WOS_OSX
#else
#error Unsupported operating system.
Expand Down

0 comments on commit 88b2774

Please sign in to comment.