r20277 by jghali - add <algorithm> header just to be sure std::swap is declared correctly
scribus-commit
scribus-commit at lists.scribus.net
Sat Jul 25 20:51:29 UTC 2015
Author: jghali
Date: Sat Jul 25 20:51:29 2015
New Revision: 20277
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20277
Log:
add <algorithm> header just to be sure std::swap is declared correctly
Modified:
trunk/Scribus/scribus/appmodehelper.cpp
Modified: trunk/Scribus/scribus/appmodehelper.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20277&path=/trunk/Scribus/scribus/appmodehelper.cpp
==============================================================================
--- trunk/Scribus/scribus/appmodehelper.cpp (original)
+++ trunk/Scribus/scribus/appmodehelper.cpp Sat Jul 25 20:51:29 2015
@@ -13,6 +13,8 @@
a copyright and/or license notice that predates the release of Scribus 1.3.2
for which a new license (GPL+exception) is in place.
*/
+
+#include <algorithm>
#include "appmodehelper.h"
#include "appmodes.h"
More information about the scribus-commit
mailing list