diff options
Diffstat (limited to 'interface-gtk.cpp')
-rw-r--r-- | interface-gtk.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-gtk.cpp b/interface-gtk.cpp index a55a2c8..7515b2f 100644 --- a/interface-gtk.cpp +++ b/interface-gtk.cpp @@ -14,7 +14,8 @@ #include <ScintillaWidget.h> #include "sciteco.h" -#include "qbuffers.h" +#include "qregisters.h" +#include "ring.h" #include "interface.h" #include "interface-gtk.h" |