From 043b9722f5660e613fd06f2df9b16298384a3f34 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Nov 2003 20:04:13 +0000 Subject: [PATCH] be 3.4 happy git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10265 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/ListReducer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bugpoint/ListReducer.h b/tools/bugpoint/ListReducer.h index 0ad24065cf3..07c0a2d1dd1 100644 --- a/tools/bugpoint/ListReducer.h +++ b/tools/bugpoint/ListReducer.h @@ -16,6 +16,7 @@ #define BUGPOINT_LIST_REDUCER_H #include +#include namespace llvm { -- 2.34.1