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

pull/332/head
rubidium42 3 years ago committed by rubidium42
parent 721c3fdfb4
commit c811d42d0c

@ -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>

Loading…
Cancel
Save