Skip to content

Commit d7d10ab

Browse files
committed
Include algorithm header
Fixes build with newer g++/libstdc++
1 parent 33438b9 commit d7d10ab

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)