From 3442b5fdeb4f8dfef38977078c5c6e801dcc2b51 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 13 Feb 2019 21:59:29 +0100 Subject: Implemented three dials equivalent to MZ_APO RGB dials. Tested with code compiled by Linux PIC based GCC compiler with calling musl-libc sprintf function. Signed-off-by: Pavel Pisa --- qtmips_gui/programdock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/programdock.h') diff --git a/qtmips_gui/programdock.h b/qtmips_gui/programdock.h index 529730a..56fb1b7 100644 --- a/qtmips_gui/programdock.h +++ b/qtmips_gui/programdock.h @@ -39,6 +39,7 @@ #include #include #include +#include "peripheralsview.h" #include "qtmipsmachine.h" class ProgramDock : public QDockWidget { -- cgit v1.2.3