specify include directory for render_shapes.hpp

This commit is contained in:
2024-08-30 16:20:16 -05:00
committed by Celtic Minstrel
parent 3b028e1717
commit 36814a7a57

View File

@@ -15,7 +15,7 @@
#include <codecvt>
#include <string>
#include <boost/lexical_cast.hpp>
#include "render_shapes.hpp"
#include "gfx/render_shapes.hpp"
using base64 = cppcodec::base64_rfc4648;