Skip to content

Commit

Permalink
Add algorithm header to filesystem (#1047)
Browse files Browse the repository at this point in the history
* Clean up api sample base class interfaces

* Revert "Clean up api sample base class interfaces"

This reverts commit 7504395.

* Add algorithm header
Fixes #1045

* Reorder includes
Fixes clang-format
  • Loading branch information
SaschaWillems committed May 29, 2024
1 parent 8a25cc4 commit 3a6e27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/filesystem/include/filesystem/legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#pragma once

#include <algorithm>
#include <cstdint>
#include <cstdlib>
#include <fstream>
Expand Down

0 comments on commit 3a6e27d

Please sign in to comment.