Skip to content
Snippets Groups Projects
Commit 8946f8e8 authored by Christian Mattes's avatar Christian Mattes
Browse files

Merge branch 'FixMissingInclude' into 'master'

Fix missing include that causes compile errors on Windows

See merge request !14
parents db6bcbf7 4a13d7e7
Branches
No related tags found
1 merge request!14Fix missing include that causes compile errors on Windows
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <openvr.h> #include <openvr.h>
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include <stdexcept>
namespace lava { namespace lava {
namespace openvr { namespace openvr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment