diff options
Diffstat (limited to 'editors/wxhexeditor/files/patch-src_HexPanels.h')
-rw-r--r-- | editors/wxhexeditor/files/patch-src_HexPanels.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/wxhexeditor/files/patch-src_HexPanels.h b/editors/wxhexeditor/files/patch-src_HexPanels.h new file mode 100644 index 000000000000..10a65e2dc914 --- /dev/null +++ b/editors/wxhexeditor/files/patch-src_HexPanels.h @@ -0,0 +1,11 @@ +--- src/HexPanels.h.orig 2017-12-31 02:15:18 UTC ++++ src/HexPanels.h +@@ -27,7 +27,7 @@ + #include "HexEditorFrame.h" + #include "HexEditorCtrl/HexEditorCtrl.h" + #include "HexEditorCtrl/wxHexCtrl/wxHexCtrl.h" +-#include "../udis86/udis86.h" ++#include <udis86.h> + + #ifdef WX_GCH + #include <wx_pch.h> |