Skip to content

Commit af917c3

Browse files
committed
include a header file to avoid some warnings
1 parent 8cbe162 commit af917c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ops/nqp_dyncall.ops

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ BEGIN_OPS_PREAMBLE
99
#include "../6model/reprs/CPointer.h"
1010
#include "../6model/reprs/CArray.h"
1111
#include "../6model/reprs/CStr.h"
12+
#include "../6model/reprs/dyncall_reprs.h"
1213

1314
/* This library contains just three operations: one to initialize it,
1415
* one to look up a native function and build a handle to it, and

0 commit comments

Comments
 (0)