Skip to content
Snippets Groups Projects
Verified Commit 16db056b authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#86] Fix for implicit instantiation of undefined template

parent 83707d6f
Branches
Tags
1 merge request!78Resolve "MacOS Support"
Pipeline #26362 failed
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <functional> #include <functional>
#include <mutex> #include <mutex>
#include <vector>
namespace vkcv { namespace vkcv {
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
* @brief Window class to handle a basic rendering surface and input * @brief Window class to handle a basic rendering surface and input
*/ */
#include <vector>
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
#include "vkcv/Window.hpp" #include "vkcv/Window.hpp"
namespace vkcv { namespace vkcv {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment