Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ambray/entomoidUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ambray committed Nov 28, 2015
2 parents 3ac91b0 + 3635393 commit b049ca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EntomoidUI/src/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ file(GLOB entomoid_SOURCES *.cpp)
file(GLOB entomoid_HEADERS *.hpp)
if(WIN32)
file(GLOB platform_SOURCES win/*.cpp)
file(GLOB pltform_HEADERS win/*.hpp)
file(GLOB platform_HEADERS win/*.hpp)
endif(WIN32)
if(UNIX)
file(GLOB platform_SOURCES nix/*.cpp)
Expand Down
1 change: 1 addition & 0 deletions EntomoidUI/src/win/WinUi.hpp
Expand Up @@ -30,6 +30,7 @@
#include <Windows.h>
#include "../interface.hpp"
#include "../Settings.hpp"
#include "../Utils.hpp"
#include "WinUtils.hpp"


Expand Down
1 change: 1 addition & 0 deletions EntomoidUI/src/win/WinUtils.hpp
Expand Up @@ -31,6 +31,7 @@
#include <stdint.h>
#include <string>
#include <memory>
#include "../Settings.hpp"

#define WRAP_WINDOWS_RUNTIME_ERROR(msg)\
do {\
Expand Down

0 comments on commit b049ca4

Please sign in to comment.