From 1dc3fd11101903fbcbdc3d69cf92d5db59389ff1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jan 2006 23:43:45 +0000 Subject: [PATCH] This only needs not git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25517 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Statistic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h index 15ba9107d9b..69406ac385b 100644 --- a/include/llvm/ADT/Statistic.h +++ b/include/llvm/ADT/Statistic.h @@ -24,7 +24,7 @@ #ifndef LLVM_ADT_STATISTIC_H #define LLVM_ADT_STATISTIC_H -#include +#include namespace llvm { -- 2.34.1