Skip to content

Commit

Permalink
Fix build errors on Ubuntu 24.04 by adding missing header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
umegane committed Sep 18, 2024
1 parent 40ec0f5 commit caf6f42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/limestone/file_operations.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

#include <cstdio>
#include <string>
#include <memory>
#include <fstream>

#include <boost/filesystem.hpp>
#include <boost/system/error_code.hpp>
namespace limestone::internal {
Expand Down

0 comments on commit caf6f42

Please sign in to comment.