]> git.lyx.org Git - features.git/commitdiff
Missing headers
authorGuillaume Munch <gm@lyx.org>
Thu, 9 Jun 2016 15:09:14 +0000 (16:09 +0100)
committerGuillaume Munch <gm@lyx.org>
Thu, 9 Jun 2016 18:16:44 +0000 (19:16 +0100)
Found by Jean-Marc

src/frontends/qt4/GuiPainter.cpp
src/frontends/qt4/GuiProgressView.cpp

index 725320b5758d8cdd27154501c3fcad882b7b1f3a..2fd2a20a7e99485592353b4c74e53e864ca685e6 100644 (file)
@@ -29,6 +29,8 @@
 #include "support/lassert.h"
 #include "support/debug.h"
 
+#include <algorithm>
+
 #include <QPixmapCache>
 #include <QTextLayout>
 
index 454148f7a824fea2f642b3839dc9072052bc6816..3a8f0754d9cfb19db9c8872cae9de0345bdb041c 100644 (file)
@@ -24,6 +24,8 @@
 #include "support/convert.h"
 #include "support/debug.h"
 
+#include <algorithm>
+
 #include <QCheckBox>
 #include <QDebug>
 #include <QSettings>