mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -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
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <algorithm> // for move
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/core.h>
|
||||
#include "xtensor/xadapt.hpp"
|
||||
|
||||
#include "openmc/bank.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue