From: Reid Spencer Date: Wed, 1 Sep 2004 20:36:15 +0000 (+0000) Subject: Make sure is included for platforms that don't include it via X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=790306852cbb3817168135cbc069aa3e2bca1d0d;p=oota-llvm.git Make sure is included for platforms that don't include it via other header files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16134 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index 7a9693d5b53..f947da2bf2c 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/tools/llvmc/ConfigLexer.h @@ -15,6 +15,7 @@ #include #include +#include namespace llvm {