Skip to content

Commit

Permalink
merian: fix build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Nov 12, 2024
1 parent 62a59ae commit 81daa6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/merian/utils/filesystem.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#pragma once

#include <string>
#include <unistd.h>
#include <cstdlib>

#ifdef _WIN32
#include <cstdio>
#else
#include <unistd.h>
#endif

namespace merian {
Expand Down

0 comments on commit 81daa6a

Please sign in to comment.