Include cassert to fix bots

This commit is contained in:
Behdad Esfahbod 2022-05-27 16:57:00 -06:00
parent 049af18684
commit 33c990f0a9
6 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "benchmark/benchmark.h"
#include <cassert>
#include <cstring>
#ifdef HAVE_CONFIG_H

View File

@ -3,6 +3,7 @@
*/
#include "benchmark/benchmark.h"
#include <cassert>
#include <cstdlib>
#include "hb.h"

View File

@ -3,6 +3,7 @@
*/
#include "benchmark/benchmark.h"
#include <cassert>
#include <cstdlib>
#include "hb.h"

View File

@ -5,6 +5,8 @@
#include "config.h"
#endif
#include <cassert>
#include "hb.h"
#include "hb-ot.h"
#ifdef HAVE_FREETYPE

View File

@ -1,4 +1,5 @@
#include "benchmark/benchmark.h"
#include <cassert>
#include <cstring>
#include "hb-subset.h"

View File

@ -1,3 +1,4 @@
#include <cassert>
#include <cstring>
#include <thread>
#include <condition_variable>