Include cassert to fix bots

pull/3613/head
Behdad Esfahbod 3 years ago
parent 049af18684
commit 33c990f0a9
  1. 1
      perf/benchmark-font.cc
  2. 1
      perf/benchmark-map.cc
  3. 1
      perf/benchmark-set.cc
  4. 2
      perf/benchmark-shape.cc
  5. 1
      perf/benchmark-subset.cc
  6. 1
      test/threads/hb-shape-threads.cc

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

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

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

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

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

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

Loading…
Cancel
Save