This commit is contained in:
寂静的羽夏 2022-11-09 18:29:53 +08:00
parent 77c5ca7b7d
commit df02174b2a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ SOURCES += \
HEADERS += \ HEADERS += \
winghexasm.h \ winghexasm.h \
../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \ ../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \
keystone/arm.h \ keystone/arm.h \
keystone/arm64.h \ keystone/arm64.h \
keystone/evm.h \ keystone/evm.h \

View File

@ -1,7 +1,7 @@
#ifndef WINGHEXASM_H #ifndef WINGHEXASM_H
#define WINGHEXASM_H #define WINGHEXASM_H
#include "../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h" #include "../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h"
#include "keystone/keystone.h" #include "keystone/keystone.h"
#include <QCheckBox> #include <QCheckBox>
#include <QComboBox> #include <QComboBox>