Code

Translations. po files update; fix Ahmaric header.
[inkscape.git] / src / remove-last.h
index 4d5df3f548e9386004915b4626c42eaec43e2ed3..a5bbd89f88d791abe8ab760f2a2436c12c431ce7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __REMOVE_LAST_H__
 #define __REMOVE_LAST_H__
 
+#include <algorithm>
 #include <vector>
 #include <glib.h>
 
@@ -28,4 +29,4 @@ inline void remove_last(std::vector<T> &seq, T const &elem)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :