From e8ff01e543fdb6a0be8f47d66c8279e7fcc72136 Mon Sep 17 00:00:00 2001 From: RicoAntonioFelix Date: Wed, 30 Sep 2015 12:50:42 -0400 Subject: [PATCH] Commit to address issue #103... --- include/fail_fast.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/fail_fast.h b/include/fail_fast.h index 477bace..b9982eb 100644 --- a/include/fail_fast.h +++ b/include/fail_fast.h @@ -20,7 +20,10 @@ #define GSL_FAIL_FAST_H #include + +#if defined(GSL_THROWS_FOR_TESTING) #include +#endif namespace gsl {