mirror of https://github.com/SeanOMik/libki.git
pclass: Fix missing include compile error on CI
This commit is contained in:
parent
62fc1e13ef
commit
28eee3699c
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include <type_traits>
|
||||
#include "ki/pclass/types/Type.h"
|
||||
#include "ki/pclass/types/PrimitiveType.h"
|
||||
|
||||
namespace ki
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue