mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(error): fix incorrect includes
This commit is contained in:
parent
bb31ea91b5
commit
2439224184
3 changed files with 3 additions and 3 deletions
|
|
@ -401,6 +401,7 @@ static void OutputTime(LOG* logptr, bool show) {
|
||||||
systime.wMilliseconds);
|
systime.wMilliseconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (show) {
|
if (show) {
|
||||||
memcpy(&logptr->buffer[logptr->bufferused], timestr, timestrlen);
|
memcpy(&logptr->buffer[logptr->bufferused], timestr, timestrlen);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "storm/Error.hpp"
|
#include "storm/error/Error.hpp"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#include "storm/Error.hpp"
|
#include "storm/error/Error.hpp"
|
||||||
#include "storm/error/Error.cpp"
|
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue