From bbbd60acc7116e7730f9da32642f9d425d72f9ab Mon Sep 17 00:00:00 2001 From: Dimitri Bohlender Date: Mon, 12 Oct 2020 17:40:01 +0200 Subject: [PATCH] Add missing import --- README.md | 2 +- test/m680x.d | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 465219a..a59e6a5 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,4 @@ Unlike in the C API, an instruction `instr` does indeed not have a `size` member ## Contribute If you find bugs or think that something could be improved, simply create an according issue. -If you want to tackle an issue or contribute to the plugin feel free to create a pull request. \ No newline at end of file +If you want to tackle an issue or contribute to the bindings feel free to create a pull request. \ No newline at end of file diff --git a/test/m680x.d b/test/m680x.d index 7acab80..d145593 100644 --- a/test/m680x.d +++ b/test/m680x.d @@ -1,6 +1,7 @@ module test.m680x; import std.outbuffer; +import std.format: format; import std.conv: to; import std.math: abs;