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

@ -2,7 +2,7 @@
#include <array>
#include <fmt/format.h>
#include <fmt/core.h>
#include <fmt/ostream.h>
#include "openmc/cell.h"