Skip to content

Commit 7ea49bb

Browse files
committed
gcc/clang include error fix.
1 parent 16c9b3f commit 7ea49bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReflectionTemplateLib/detail/inc/FunctionCaller.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
#pragma once
1313

14+
#include "RObject.h"
15+
1416
namespace rtl
1517
{
16-
class RObject;
1718
class Function;
18-
class Return;
1919
}
2020

2121
namespace rtl::detail
@@ -39,4 +39,4 @@ namespace rtl::detail
3939

4040
friend Function;
4141
};
42-
}
42+
}

0 commit comments

Comments
 (0)