From c79929f8ea81915c7027c19dd732bf1105c4f652 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 3 Oct 2018 22:09:45 -0700 Subject: [PATCH] Include cstring for memcmp --- test/helpers/tree_helpers.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helpers/tree_helpers.cc b/test/helpers/tree_helpers.cc index e8b3ace4..fdbcc6db 100644 --- a/test/helpers/tree_helpers.cc +++ b/test/helpers/tree_helpers.cc @@ -2,6 +2,7 @@ #include "helpers/tree_helpers.h" #include "helpers/point_helpers.h" #include +#include using std::string; using std::to_string;