1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

Fix a99ac62: fmt's include of cassert breaks our assert logic

This commit is contained in:
rubidium42
2021-06-13 20:39:42 +02:00
committed by rubidium42
parent 721c3fdfb4
commit c811d42d0c

View File

@@ -8,7 +8,7 @@
#ifndef FMT_FORMAT_INL_H_
#define FMT_FORMAT_INL_H_
#include <cassert>
/* Do not include cassert as that breaks our own asserts. */
#include <cctype>
#include <climits>
#include <cmath>