Added missing include

This commit is contained in:
enricoturri1966 2024-03-07 15:06:29 +01:00 committed by Lukas Matena
parent 589f733dcc
commit c75c10e908

View File

@ -2,6 +2,7 @@
///|/ ///|/
///|/ libvgcode is released under the terms of the AGPLv3 or higher ///|/ libvgcode is released under the terms of the AGPLv3 or higher
///|/ ///|/
#include "../include/Types.hpp"
#include "SegmentTemplate.hpp" #include "SegmentTemplate.hpp"
#include "OpenGLUtils.hpp" #include "OpenGLUtils.hpp"