diff --git a/include/lol/private/base/msg.h b/include/lol/private/base/msg.h index 41e3f612..4bbbb7dc 100644 --- a/include/lol/private/base/msg.h +++ b/include/lol/private/base/msg.h @@ -16,7 +16,8 @@ #include "../base/env.h" // sys::getenv #endif -#include // std::vfprintf +#include // va_start +#include // std::vfprintf namespace lol { diff --git a/legacy/lol/base/assert.h b/legacy/lol/base/assert.h index 663646fd..7c22e520 100644 --- a/legacy/lol/base/assert.h +++ b/legacy/lol/base/assert.h @@ -1,7 +1,7 @@ // // Lol Engine // -// Copyright © 2010—2015 Sam Hocevar +// Copyright © 2010—2020 Sam Hocevar // // Lol Engine is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it @@ -12,7 +12,7 @@ #pragma once -#include +#include #include