aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-01-13 16:51:58 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-01-16 21:58:52 -0500
commit8bf425957b253d0ab2e4902d57340b19b7436698 (patch)
tree3a62b6c16a64313195c5b01154bf8ee631aec97f /src/codegen.cpp
parente48157c3cb817ff1551f74fc1da9f420e38ccbd5 (diff)
downloadzig-8bf425957b253d0ab2e4902d57340b19b7436698.tar.gz
zig-8bf425957b253d0ab2e4902d57340b19b7436698.zip
fix regressions double implicit casting return ptr
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index c4add2ce71..6b2b95d246 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -20,6 +20,7 @@
#include "zig_llvm.h"
#include "userland.h"
#include "dump_analysis.hpp"
+#include "softfloat.hpp"
#include <stdio.h>
#include <errno.h>