From baf6e8e4b1ffd5c2541dfa7f57bde4f0880bf6af Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 24 Mar 2014 18:08:18 +0000 Subject: Include for std::once. llvm-svn: 204632 --- lldb/source/Core/ModuleList.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/source/Core/ModuleList.cpp') diff --git a/lldb/source/Core/ModuleList.cpp b/lldb/source/Core/ModuleList.cpp index 32af1eaf50d..3fad62d9a30 100644 --- a/lldb/source/Core/ModuleList.cpp +++ b/lldb/source/Core/ModuleList.cpp @@ -13,6 +13,8 @@ #include // C++ Includes +#include // std::once + // Other libraries and framework includes // Project includes #include "lldb/Core/Log.h" -- cgit v1.2.3