diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 12:56:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 12:56:36 -0700 |
commit | 65b49edf8a6f68214eb298110d45aa1e995b8d8c (patch) | |
tree | 934883af79a08ff7205bde3541beb428800fca29 /main.cpp | |
parent | 8e81d3f10087fa7ac600dcb18cfebf27716c4209 (diff) | |
download | subsurface-65b49edf8a6f68214eb298110d45aa1e995b8d8c.tar.gz |
Build fix
Reported-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ #include "version.h" #include "subsurfacestartup.h" #include "qt-ui/mainwindow.h" +#include "qt-ui/diveplanner.h" +#include "qt-ui/ui_tableview.h" #include <QStringList> |