Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bohlender committed Oct 12, 2020
1 parent 87af271 commit bbbd60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
If you want to tackle an issue or contribute to the bindings feel free to create a pull request.
1 change: 1 addition & 0 deletions test/m680x.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module test.m680x;

import std.outbuffer;
import std.format: format;
import std.conv: to;
import std.math: abs;

Expand Down

0 comments on commit bbbd60a

Please sign in to comment.