]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsertTableWidget.cpp
Use QMessageBox for toggleWarning if possible
[lyx.git] / src / frontends / qt4 / InsertTableWidget.cpp
index 889e056abc7ec66b6f1b6871f28c6cf4ba9ac94a..813ccdb17a62be445930f970fc69e99c8d987fc5 100644 (file)
@@ -16,6 +16,9 @@
 #include "GuiView.h"
 #include "qt_helpers.h"
 
+// DispatchResult.h is needed by the windows compiler because lyx::dispatch
+// returns a DispatchResult const reference. Gcc does not complain. Weird...
+#include "DispatchResult.h"
 #include "FuncStatus.h"
 #include "FuncRequest.h"
 #include "LyX.h"