Skip to content

Commit e423803

Browse files
conradjonesTheAssassin
authored andcommitted
add vector include to util.h , build was failing when building with conan with undefined template for std::vector<std::string>, using libc++14/clang14
1 parent bde575b commit e423803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// system headers
44
#include <string>
5+
#include <vector>
56

67
namespace appimage::update::util {
78
void removeNewlineCharacters(std::string& str);

0 commit comments

Comments
 (0)