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
No related branches found
No related tags found
1 merge request!78Resolve "MacOS Support"
Pipeline #26362 failed
......@@ -2,6 +2,7 @@
#include <functional>
#include <mutex>
#include <vector>
namespace vkcv {
......
......@@ -4,7 +4,9 @@
* @brief Window class to handle a basic rendering surface and input
*/
#include <vector>
#include <GLFW/glfw3.h>
#include "vkcv/Window.hpp"
namespace vkcv {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment