Skip to content

Commit

Permalink
Fix missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 16, 2024
1 parent 2f4f5d8 commit 47bec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/crypt/utility/file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

#include <boost/crypt/utility/config.hpp>
#include <boost/crypt/utility/cstdint.hpp>
#include <boost/crypt/utility/array.hpp>

#ifndef BOOST_CRYPT_BUILD_MODULE
#include <fstream>
#include <string>
#include <ios>
#include <exception>
#include <array>
#endif

namespace boost {
Expand Down

0 comments on commit 47bec5f

Please sign in to comment.