eqemu-server/common/pch/pch-fmt.h
2024-10-01 20:11:32 -05:00

9 lines
124 B
C

#ifndef EQEMU_FMT_PCH_H
#define EQEMU_FMT_PCH_H
// fmt
#include <fmt/format.h>
#include <cereal/archives/json.hpp>
#endif