Skip to content

Commit

Permalink
Repair Windows build, maybe.
Browse files Browse the repository at this point in the history
  • Loading branch information
prideout committed Nov 9, 2020
1 parent f814138 commit 7fbd00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filament/backend/src/vulkan/PlatformVkWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#include <bluevk/BlueVK.h>

#include <utils/unwindows.h>

using namespace bluevk;

namespace filament {
Expand Down
2 changes: 2 additions & 0 deletions libs/bluevk/include/bluevk/BlueVK.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#include <vulkan/vulkan.h>
#endif

#include <utils/unwindows.h>

namespace bluevk {

// Returns false if BlueGL could not find the Vulkan shared library.
Expand Down

0 comments on commit 7fbd00e

Please sign in to comment.