diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 398f31b68..a59f452d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ gb_global Timings global_timings = {0}; #include "docs.cpp" #if defined(GB_SYSTEM_WINDOWS) -#include "tilde_backend.cpp" +#include "tilde.cpp" #endif #include "llvm_backend.cpp" |