Skip to content

Commit

Permalink
fix error saying that sort is no member of std by including <algorith…
Browse files Browse the repository at this point in the history
…m> to Filesystem.cpp
  • Loading branch information
MarAlder authored and bernhardmgruber committed Nov 17, 2023
1 parent ebe0c6b commit 6f4fc1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Filesystem.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "Filesystem.h"

#include <algorithm>
#include <fstream>
#include <utility>

Expand Down

0 comments on commit 6f4fc1b

Please sign in to comment.