Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent 42b8ef5 commit 53af1e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/fls/cor/prm/fsst12/libfsst12.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
#include <numeric>
#include <queue>
#include <string>
#include <sys/mman.h>
#if defined(_WIN32)
#include <windows.h> // For Windows memory-mapping
#else
#include <sys/mman.h> // For POSIX memory-mapping
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <unordered_set>
Expand Down

0 comments on commit 53af1e8

Please sign in to comment.