mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Use fmt/core.h header to reduce compile time
This commit is contained in:
parent
2a230cd739
commit
cc919d25c5
42 changed files with 45 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue