From c0197404a15a3937ef3cd21f48a09e691a96518f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 May 2014 21:03:20 +0300 Subject: fix code style. --- src/options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index a36c4bda4..d5accaa60 100644 --- a/src/options.h +++ b/src/options.h @@ -25,6 +25,12 @@ #include +#if defined(__GXX_EXPERIMENTAL_CXX0X__) +#include +#else +#include +#endif + /** * A structure holding the values of various options that can be passed * from the command line. -- cgit v1.2.3-60-g2f50