From a68fd44eccba060df65dfa344a43af648106d704 Mon Sep 17 00:00:00 2001 From: sv1990 Date: Mon, 14 May 2018 14:16:30 +0200 Subject: [PATCH] Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 045004a2..639dc7fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ endfunction() # Define the fmt library, its includes and the needed defines. add_headers(FMT_HEADERS core.h format.h format-inl.h locale.h ostream.h printf.h - time.h) + time.h ranges.h) set(FMT_SOURCES src/format.cc) if (HAVE_OPEN) add_headers(FMT_HEADERS posix.h)