fix quickhull build

This commit is contained in:
Garux 2023-05-16 15:39:15 +06:00
parent 9dff9434c6
commit 8c92cb69ed

View File

@ -1,6 +1,7 @@
#ifndef MESH_HPP_
#define MESH_HPP_
#include <cstdint>
#include <vector>
#include "Vector3.hpp"
#include "Plane.hpp"