Skip to content

Commit

Permalink
add vector include to util.h , build was failing when building with c…
Browse files Browse the repository at this point in the history
…onan with undefined template for std::vector<std::string>, using libc++14/clang14
  • Loading branch information
conradjones committed Jan 8, 2023
1 parent da3d7ed commit 7e853d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// system headers
#include <string>
#include <vector>

namespace appimage::update::util {
void removeNewlineCharacters(std::string& str);
Expand Down

0 comments on commit 7e853d3

Please sign in to comment.