Skip to content

Commit 4c7317c

Browse files
tsdgeosTheAssassin
authored andcommitted
Include algorithm header
Fixes build with newer g++/libstdc++
1 parent 5869009 commit 4c7317c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/libappimage/core/impl/TestTraversalType2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// system
2+
#include <algorithm>
23
#include <fstream>
34

45
// library

tests/libappimage/utils/TestResourcesExtractor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// system
2+
#include <algorithm>
23
#include <sstream>
34

45
// library headers

0 commit comments

Comments
 (0)