Skip to content

Commit

Permalink
Fixed <system_error> is not included correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
shin1m committed May 6, 2023
1 parent aecee69 commit 34bea00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/xemmai/portable/define.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
#endif
#endif

#include <system_error>

#endif
1 change: 0 additions & 1 deletion include/xemmai/portable/library.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <dlfcn.h>
#endif
#include <cstdio>
#include <string>

namespace xemmai::portable
{
Expand Down
1 change: 0 additions & 1 deletion src/portable.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <xemmai/portable/path.h>
#include <xemmai/portable/convert.h>
#include <system_error>
#include <climits>
#ifdef __unix__
#include <unistd.h>
Expand Down

0 comments on commit 34bea00

Please sign in to comment.