From 9a0e4e4a776a963c9950dc3dcd0d23ee0739b755 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Thu, 26 Jul 2012 03:22:53 -0800 Subject: Clean up the unordered_map fallback support. - Now there is only one macro for all use of unordered_map in the code. - Moving all instances of gcc/cuda version detection into a single file. - Adding a warning when the fallback is triggered. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13542] --- src/gpgpu-sim/histogram.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/histogram.h') diff --git a/src/gpgpu-sim/histogram.h b/src/gpgpu-sim/histogram.h index a38a0aa..e8fd375 100644 --- a/src/gpgpu-sim/histogram.h +++ b/src/gpgpu-sim/histogram.h @@ -30,6 +30,7 @@ #ifdef __cplusplus +#include #include class binned_histogram { -- cgit v1.3