Commit 8d4535e7 authored by Victor Zverovich's avatar Victor Zverovich

Avoid unnecessary include.

parent 3e53ac24
......@@ -35,12 +35,15 @@
#include <cstddef> // for std::ptrdiff_t
#include <cstdio>
#include <algorithm>
#include <iterator>
#include <limits>
#include <stdexcept>
#include <string>
#include <sstream>
#if _SECURE_SCL
# include <iterator>
#endif
#ifdef __GNUC__
# define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
# define FMT_GCC_EXTENSION __extension__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment