]> git.pld-linux.org Git - packages/wxHexEditor.git/blob - wxHexEditor-build.patch
14e012d39d8fb6fc37f027ba05ed85b317e40781
[packages/wxHexEditor.git] / wxHexEditor-build.patch
1 --- wxHexEditor/DataInterpreter.h.org   2009-08-28 01:50:53.000000000 +0200
2 +++ wxHexEditor/DataInterpreter.h       2009-08-28 01:51:17.000000000 +0200
3 @@ -32,6 +32,8 @@
4  #ifndef DATAINTERPRETER_H
5  #define DATAINTERPRETER_H
6  
7 +#include <stdint.h>
8 +
9  class DataInterpreter : public InterpreterGui{
10         protected:
11                 struct unidata{
12 --- wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h.org       2009-08-28 01:54:32.000000000 +0200
13 +++ wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h   2009-08-28 01:54:56.000000000 +0200
14 @@ -28,6 +28,7 @@
15  #include <wx/popupwin.h>
16  #include <wx/dcmemory.h>
17  #include "TagDialogGui.h"
18 +#include <stdint.h>
19  
20  class TagElement{
21         public:
This page took 0.221609 seconds and 2 git commands to generate.