base_toString.h included into base.h
This commit is contained in:
parent
33eb4302c4
commit
430b6267d1
@ -1,6 +1,5 @@
|
||||
#include "kprintf.h"
|
||||
#include "../base/base.h"
|
||||
#include "../base/type_system/base_toString.h"
|
||||
|
||||
#if defined(_WIN64) || defined(_WIN32)
|
||||
#include <windows.h>
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../base/type_system/base_toString.h"
|
||||
|
||||
// cross-platform printf analog
|
||||
void kprintf(const char* format, ...);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user