summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/beam_asm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/jit/beam_asm.hpp')
-rw-r--r--erts/emulator/beam/jit/beam_asm.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/emulator/beam/jit/beam_asm.hpp b/erts/emulator/beam/jit/beam_asm.hpp
index 2c0fe9851f..bc1f13750a 100644
--- a/erts/emulator/beam/jit/beam_asm.hpp
+++ b/erts/emulator/beam/jit/beam_asm.hpp
@@ -23,7 +23,9 @@
#include <unordered_map>
#include <map>
-#include <asmjit/asmjit.h>
+#ifndef ASMJIT_ASMJIT_H_INCLUDED
+# include <asmjit/asmjit.hpp>
+#endif
extern "C"
{