Skip to content

Commit

Permalink
Fix CI Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Oct 3, 2023
1 parent c3de3dd commit 1be3be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#include "fs/fs.hpp"

#ifdef TEST_TARGET_WINDOWS
#include <windows.h>

String GetLastErrorAsString();
#endif

#include "minunit/minunit.h"
#include "fs/fs.hpp"

namespace Fs = FileSystem;

Expand Down

0 comments on commit 1be3be6

Please sign in to comment.