gfe-relnote: n/a(code not in use) a few changes to improve SimpleLinkedHashMap's portability.
Platformize CHECK macro;
Signed integer literal to unsigned.
PiperOrigin-RevId: 245428602
Change-Id: I7aa33a0eaf20c29d55de3087990b9999a073421a
diff --git a/common/simple_linked_hash_map.h b/common/simple_linked_hash_map.h
index 8ff1a2b..c99585e 100644
--- a/common/simple_linked_hash_map.h
+++ b/common/simple_linked_hash_map.h
@@ -21,6 +21,7 @@
#include <type_traits>
#include <utility>
+#include "net/third_party/quiche/src/common/platform/api/quiche_logging.h"
#include "net/third_party/quiche/src/common/platform/api/quiche_unordered_containers.h"
namespace quiche {