From 16d179d4586d4e0f8f49fe96aecef447e8d3b89e Mon Sep 17 00:00:00 2001 From: sv1990 Date: Mon, 14 May 2018 12:34:19 +0200 Subject: [PATCH] Add ranges.h to FMT_HEADERS in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 045004a269fa..639dc7fc1d30 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)