From feb5b5a394e47ce935dd5b6e09d82cb7840e47e9 Mon Sep 17 00:00:00 2001 From: Marshall Mohror Date: Wed, 25 Mar 2020 22:23:39 -0500 Subject: [PATCH] common: include algorithm thread_queue_list.h (#5147) build was failing because the compiler couldn't find std::find --- src/common/thread_queue_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/thread_queue_list.h b/src/common/thread_queue_list.h index 3e3d04b4d..62e48e224 100644 --- a/src/common/thread_queue_list.h +++ b/src/common/thread_queue_list.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include