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

@ -3,7 +3,7 @@
#include <string>
#include <utility> // for move
#include <fmt/format.h>
#include <fmt/core.h>
#include "openmc/constants.h"
#include "openmc/hdf5_interface.h"