fix(error): fix incorrect includes

This commit is contained in:
phaneron 2024-09-07 12:34:46 -04:00
parent bb31ea91b5
commit 2439224184
3 changed files with 3 additions and 3 deletions

View file

@ -401,6 +401,7 @@ static void OutputTime(LOG* logptr, bool show) {
systime.wMilliseconds);
}
if (show) {
memcpy(&logptr->buffer[logptr->bufferused], timestr, timestrlen);
} else {

View file

@ -1,4 +1,4 @@
#include "storm/Error.hpp"
#include "storm/error/Error.hpp"
#include <cstdio>
#include <cstdarg>

View file

@ -1,5 +1,4 @@
#include "storm/Error.hpp"
#include "storm/error/Error.cpp"
#include "storm/error/Error.hpp"
#include <windows.h>