From 69a1115e44f76ce517dbcbcb2ed2229fe0168dc0 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 21 Oct 2020 11:31:27 -0700 Subject: [PATCH] Include stddef.h in address_sorting.h --- .../address_sorting/include/address_sorting/address_sorting.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/address_sorting/include/address_sorting/address_sorting.h b/third_party/address_sorting/include/address_sorting/address_sorting.h index c58fafe3f70..074fc7554ed 100644 --- a/third_party/address_sorting/include/address_sorting/address_sorting.h +++ b/third_party/address_sorting/include/address_sorting/address_sorting.h @@ -41,6 +41,8 @@ #ifndef ADDRESS_SORTING_H #define ADDRESS_SORTING_H +#include + #ifdef __cplusplus extern "C" { #endif