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
1 changed files with 1 additions and 1 deletions

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>