Skip to content

Commit

Permalink
include
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jan 29, 2024
1 parent 7bf2ce7 commit 1b9eb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/adios2/toolkit/transport/file/FilePOSIX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
#include <fcntl.h> // open
#include <sys/stat.h> // open, fstat
#include <sys/types.h> // open
#include <unistd.h> // write, close, ftruncate
#include <thread>
#include <unistd.h> // write, close, ftruncate

/// \cond EXCLUDE_FROM_DOXYGEN
#include <ios> //std::ios_base::failure
Expand Down

0 comments on commit 1b9eb98

Please sign in to comment.