From 790306852cbb3817168135cbc069aa3e2bca1d0d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 1 Sep 2004 20:36:15 +0000 Subject: [PATCH] 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 --- tools/llvmc/ConfigLexer.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.34.1