X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fglwidget.cpp;h=335291b1c8279c56b6e27cc22f955ed276037cd8;hb=f548beede257a2252a2639e3fe03c7cda99433ed;hp=d0e1934ed32a84a2a3499979522bd63ead26fe32;hpb=636d4cdd1e2d70fa488e28766e78fe838cef8045;p=virtualjaguar diff --git a/src/gui/glwidget.cpp b/src/gui/glwidget.cpp index d0e1934..335291b 100644 --- a/src/gui/glwidget.cpp +++ b/src/gui/glwidget.cpp @@ -13,9 +13,9 @@ #include "glwidget.h" +#include "jaguar.h" #include "settings.h" #include "tom.h" -#include "video.h" GLWidget::GLWidget(QWidget * parent/*= 0*/): QGLWidget(parent), texture(0), textureWidth(0), textureHeight(0), buffer(0), rasterWidth(320), rasterHeight(240)