Change fmt include in debug_fmt.h

This commit is contained in:
Jonathan G Rennison
2023-07-04 18:55:58 +01:00
parent ee5272dc4e
commit 0cb7e253e9
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
#define DEBUG_FMT_H
#include "debug.h"
#include "3rdparty/fmt/format.h"
#include "core/format.hpp"
/**
* Ouptut a line of debugging information.