Skip to content

Commit dba78e7

Browse files
committed
Fix InputValue test build
1 parent 51a1898 commit dba78e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/scratch_classes/inputvalue_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
#include <scratchcpp/input.h>
1212
#include <enginemock.h>
1313
#include <targetmock.h>
14+
#ifdef USE_LLVM
1415
#include <codebuilderfactorymock.h>
1516
#include <codebuildermock.h>
17+
#endif
1618

1719
#include "../common.h"
1820
#include "dev/engine/compiler_p.h"

0 commit comments

Comments
 (0)