Skip to content

Commit

Permalink
Fixing build on Ubuntu 24.04 w/ Clang 20 (#936)
Browse files Browse the repository at this point in the history
Some compiler implementations seem to be very adamant that
`std::unique_ptr` lives in `<memory>` and without this change I was
unable to build.
  • Loading branch information
Honeybunch authored Sep 6, 2024
1 parent 6fc4ce2 commit 33813d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/imageio/imageio.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <string>
#include <sstream>
#include <vector>
#include <memory>

#include <fmt/format.h>
#include <math.h>
Expand Down

0 comments on commit 33813d7

Please sign in to comment.