summaryrefslogtreecommitdiff
path: root/nandgame/cpp/disas.h
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/cpp/disas.h')
-rw-r--r--nandgame/cpp/disas.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nandgame/cpp/disas.h b/nandgame/cpp/disas.h
index 1f04268..d075fce 100644
--- a/nandgame/cpp/disas.h
+++ b/nandgame/cpp/disas.h
@@ -1,4 +1,6 @@
-#include <string>
+#pragma once
+
#include <cstdint>
+#include <string>
std::string print_decoded(uint16_t ins, bool simplify);