Fix windows build

master
Jordan Snelling 2019-11-19 21:41:14 +00:00
parent 12c06fa94d
commit 328bf4f2c8
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
//
#include "Voronoi3D.h"
#include <glm/glm.hpp>
Voronoi3D::Voronoi3D(unsigned short size) :
size(size) {

View File

@ -5,8 +5,7 @@
#pragma once
#include <vector>
#include <glm/vec4.hpp>
#include <glm/geometric.hpp>
#include <glm/glm.hpp>
#include <string>
#include "stb_image/stb_image_write.h"