includes/type: Fixed missing include in color include

This commit is contained in:
Nik
2022-10-02 21:55:48 +02:00
committed by GitHub
parent d33fdfafb8
commit dfc9b17067

View File

@@ -1,6 +1,7 @@
#pragma once
#include <std/io.pat>
#include <std/core.pat>
namespace type {
@@ -40,4 +41,4 @@ namespace type {
}
}
}