From c72c617a4ea3784c9a9f634478dc405ef6b2866b Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Tue, 28 Sep 2004 14:42:44 +0000 Subject: Add includes and use std:: for standard library calls to make code compile on windows. This patch was contributed by Paolo Invernizzi. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16539 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/DynamicLinker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Support') diff --git a/lib/Support/DynamicLinker.cpp b/lib/Support/DynamicLinker.cpp index a659303..1ebe3f2 100644 --- a/lib/Support/DynamicLinker.cpp +++ b/lib/Support/DynamicLinker.cpp @@ -21,8 +21,9 @@ #include "llvm/Support/DynamicLinker.h" #include "llvm/Config/dlfcn.h" #include "llvm/Config/windows.h" -#include #include +#include +#include using namespace llvm; #if defined(HAVE_WINDOWS_H) -- cgit v1.1