blob: 10a65e2dc9143a997c444920144c2a2db3b88916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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>
|