Skip to content

Commit

Permalink
add std::ignore header file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed Jan 12, 2025
1 parent db1b621 commit 8693246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/std/memory_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>

#include <cassert>
#include <cstring>
#include <tuple>

#include "memory_file.h"

Expand Down

0 comments on commit 8693246

Please sign in to comment.