added missing files

This commit is contained in:
gabime 2019-03-30 16:56:37 +03:00
parent f36be4d5e4
commit b57d514b1e
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlite/spdlite.h"
#include "spdlite/spdlite_global.h"
#include "spdlite/default_api.h"
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE
#include "spdlite/spdlite_macros.h"

View File

@ -1,7 +1,7 @@
// Copyright(c) 2015-present Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlite/spdlite_global.h"
#include "spdlite/default_api.h"
spdlite::logger &spdlite::default_logger()
{