aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BinaryFormat/Decoder.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/BinaryFormat/Decoder.php')
-rw-r--r--src/BinaryFormat/Decoder.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BinaryFormat/Decoder.php b/src/BinaryFormat/Decoder.php
index 4b47b19..3c23fc8 100644
--- a/src/BinaryFormat/Decoder.php
+++ b/src/BinaryFormat/Decoder.php
@@ -4,6 +4,9 @@ declare(strict_types=1);
namespace Nsfisis\Waddiwasi\BinaryFormat;
+use Nsfisis\Waddiwasi\BinaryFormat\Internal\Code;
+use Nsfisis\Waddiwasi\BinaryFormat\Internal\Locals;
+use Nsfisis\Waddiwasi\BinaryFormat\Internal\SectionId;
use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
use Nsfisis\Waddiwasi\Structure\Instructions\Instrs;
use Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Control\BlockType;