summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Gallop <russell.gallop@sony.com>2020-09-16 15:07:04 +0100
committerRussell Gallop <russell.gallop@sony.com>2021-01-28 12:20:00 +0000
commitc16caab9831c505f57345c4e3388a808ea3fc13d (patch)
treed982099c43796d0b3710a0f40d58ef752d851e5b
parent67b1bc2628b4e8ef624324f622f1243d07df9255 (diff)
downloadllvm-c16caab9831c505f57345c4e3388a808ea3fc13d.tar.gz
Include atomic_helpers.h in win.cpp
-rw-r--r--compiler-rt/lib/scudo/standalone/win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/scudo/standalone/win.cpp b/compiler-rt/lib/scudo/standalone/win.cpp
index b6e0202c3b6b..0f5d6f2bd2fc 100644
--- a/compiler-rt/lib/scudo/standalone/win.cpp
+++ b/compiler-rt/lib/scudo/standalone/win.cpp
@@ -14,6 +14,7 @@
#include "win.h"
#include "mutex.h"
#include "string_utils.h"
+#include "atomic_helpers.h"
#include <errno.h>
#include <fcntl.h>