Skip to content

Commit cf8a923

Browse files
rhys-h-walkersmarr
authored andcommitted
Changed again to pass clang-tidy
1 parent a23f2de commit cf8a923

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/misc/defs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ typedef DebugCopyingHeap HEAP_CLS;
131131
//
132132
#ifndef USE_VECTOR_PRIMITIVES
133133
#define USE_VECTOR_PRIMITIVES true
134+
#else
135+
#define USE_VECTOR_PRIMITIVES false
134136
#endif
135137

136138
//

src/primitives/Vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <cstdint>
44

5-
#include "../misc/defs.h" // NOLINT(build/include)
5+
#include "../misc/defs.h"
66
#include "../vm/Universe.h"
77
#include "../vmobjects/ObjectFormats.h"
88
#include "../vmobjects/VMFrame.h"

0 commit comments

Comments
 (0)