diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-08-15 11:04:22 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-08-15 11:04:22 +0900 |
commit | 4cc35dbec0e2eb4d66205f12ea3fab9d8622f99f (patch) | |
tree | e98ede8516e6b6152fcfe6a28e66dd65ee6612f5 /test | |
parent | eeee56fb26e77ee118e8044171e0f8a0fe09a0c3 (diff) | |
download | xbyak-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.cpp | 1 |
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" |