GRAPHICS: Fix include

This commit is contained in:
Eugene Sandulenko
2023-04-29 13:39:21 +02:00
parent 392a34313f
commit fbb238bb91
+1 -1
View File
@@ -22,7 +22,7 @@
#ifndef GRAPHICS_FONTS_DOSFONT_H
#define GRAPHICS_FONTS_DOSFONT_H
#include <graphics/font.h>
#include "graphics/font.h"
namespace Graphics {