fix miss assert.h
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 35s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 39s

This commit is contained in:
tqcq 2024-03-03 00:16:15 +08:00
parent 3d5039ed95
commit 4b68474fe5

View File

@ -8,6 +8,7 @@
#ifndef SLED_LOG_LOG_H
#define SLED_LOG_LOG_H
#include "sled/system/location.h"
#include <assert.h>
#include <fmt/format.h>
namespace sled {