diff options
| author | GuglioIsStupid <guglioisbusiness@gmail.com> | 2026-03-07 08:21:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 20:21:37 +0700 |
| commit | 220fe184874c67fe0899fcbdea9b5dd064c3669a (patch) | |
| tree | a14cb8072b9cc128cf5ec1d38e3a4ca7c11b47c3 /include/lce_filesystem/lce_filesystem.cpp | |
| parent | 38ce933fd5ec05673cbefae63f2bae74a1e0d53c (diff) | |
Fix PCH (#828)
Diffstat (limited to 'include/lce_filesystem/lce_filesystem.cpp')
| -rw-r--r-- | include/lce_filesystem/lce_filesystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lce_filesystem/lce_filesystem.cpp b/include/lce_filesystem/lce_filesystem.cpp index d0d4d600..e4dac0a0 100644 --- a/include/lce_filesystem/lce_filesystem.cpp +++ b/include/lce_filesystem/lce_filesystem.cpp @@ -1,3 +1,4 @@ +#include "stdafx.h" #include "lce_filesystem.h" #ifdef _WINDOWS64 |
