aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-08-15 11:04:22 +0900
committerMITSUNARI Shigeo <[email protected]>2016-08-15 11:04:22 +0900
commit4cc35dbec0e2eb4d66205f12ea3fab9d8622f99f (patch)
treee98ede8516e6b6152fcfe6a28e66dd65ee6612f5 /test
parenteeee56fb26e77ee118e8044171e0f8a0fe09a0c3 (diff)
downloadxbyak-4cc35dbec0e2eb4d66205f12ea3fab9d8622f99f.tar.gz
xbyak-4cc35dbec0e2eb4d66205f12ea3fab9d8622f99f.zip
xbyak_bin2hex.h does not included by xbyak.h
Diffstat (limited to 'test')
-rw-r--r--test/make_nm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp
index bcc780e..477a77f 100644
--- a/test/make_nm.cpp
+++ b/test/make_nm.cpp
@@ -1,5 +1,6 @@
#include <stdio.h>
#include "xbyak/xbyak.h"
+#include "xbyak/xbyak_bin2hex.h"
#include <stdlib.h>
#include <string.h>
#include "cybozu/inttype.hpp"