Browse Source

Minor compilation fixes.

pull/1/head
Sam Hocevar 4 years ago
parent
commit
c806e77280
2 changed files with 4 additions and 3 deletions
  1. +2
    -1
      include/lol/private/base/msg.h
  2. +2
    -2
      legacy/lol/base/assert.h

+ 2
- 1
include/lol/private/base/msg.h View File

@@ -16,7 +16,8 @@
#include "../base/env.h" // sys::getenv #include "../base/env.h" // sys::getenv
#endif #endif


#include <cstdio> // std::vfprintf
#include <cstdarg> // va_start
#include <cstdio> // std::vfprintf


namespace lol namespace lol
{ {


+ 2
- 2
legacy/lol/base/assert.h View File

@@ -1,7 +1,7 @@
// //
// Lol Engine // Lol Engine
// //
// Copyright © 2010—2015 Sam Hocevar <sam@hocevar.net>
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
// //
// Lol Engine is free software. It comes without any warranty, to // Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it // the extent permitted by applicable law. You can redistribute it
@@ -12,7 +12,7 @@


#pragma once #pragma once


#include <lol/base/log.h>
#include <lol/msg>


#include <cstdlib> #include <cstdlib>




Loading…
Cancel
Save