From c806e7728016d3538fbc4806b992188888815f48 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 9 May 2020 18:26:41 +0200 Subject: [PATCH] Minor compilation fixes. --- include/lol/private/base/msg.h | 3 ++- legacy/lol/base/assert.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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