mirror of https://github.com/SeanOMik/libki.git
pclass: Fix build errors on CI
This commit is contained in:
parent
d6442068ed
commit
abbaf7ce58
|
@ -10,6 +10,7 @@ namespace ki
|
|||
{
|
||||
namespace pclass
|
||||
{
|
||||
class TypeSystem;
|
||||
class PropertyClass;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "ki/pclass/types/ClassType.h"
|
||||
#include "ki/pclass/TypeSystem.h"
|
||||
|
||||
namespace ki
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue