Skip to content

Commit ec3c2c5

Browse files
committed
general: Fix missing include
1 parent 2acde88 commit ec3c2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dtool/src/cppparser/cppClosureType.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
#include "cppClosureType.h"
15+
#include "cppParameterList.h"
1516
#include "cppExpression.h"
1617

1718
/**

0 commit comments

Comments
 (0)