Skip to content

Commit

Permalink
Include algorithm first for portability to GCC-4.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jul 21, 2023
1 parent 07dbcc7 commit 2890bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yicon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
* Copyright (C) 1997-2001 Marko Macek
*/
#include <algorithm>
#include "config.h"
#include "ypaint.h"
#include "yicon.h"
Expand All @@ -12,7 +13,6 @@
#include "ypointer.h"
#include "ywordexp.h"
#include "ascii.h"
#include <algorithm>
#include <fnmatch.h>
#include <dirent.h>
#include "intl.h"
Expand Down

0 comments on commit 2890bfd

Please sign in to comment.