Changeset - r25670:05e0344a9551
[Not reviewed]
master
0 1 0
rubidium42 - 3 years ago 2021-06-13 18:39:42
rubidium@openttd.org
Fix a99ac62: fmt's include of cassert breaks our assert logic
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/3rdparty/fmt/format-inl.h
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)