Skip to content

Commit 55656ff

Browse files
committed
Include missing invariant header
The code would previously compile as irep.h included invariant.h.
1 parent 0b17511 commit 55656ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_enum_static_init_unwind_handler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Author: Chris Smowton, [email protected]
1111

1212
#include "java_enum_static_init_unwind_handler.h"
1313

14+
#include <util/invariant.h>
1415
#include <util/suffix.h>
1516

1617
/// Unwind handler that special-cases the clinit (static initializer) functions

0 commit comments

Comments
 (0)