Use fmt/core.h header to reduce compile time

This commit is contained in:
Paul Romano 2020-02-07 14:55:11 -06:00
parent 2a230cd739
commit cc919d25c5
42 changed files with 45 additions and 46 deletions

View file

@ -4,7 +4,7 @@
#include <fstream>
#include <sstream>
#include <fmt/format.h>
#include <fmt/core.h>
#include <fmt/ostream.h>
#include "xtensor/xview.hpp"