From 809b2ecdd7aec92bb7d75e3bdffecf6894fb5beb Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Fri, 10 Aug 2018 16:18:24 -0700 Subject: [PATCH] Add a missing #include to flow/Util.h --- flow/Util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flow/Util.h b/flow/Util.h index 6e904a3f34..2e3649156f 100644 --- a/flow/Util.h +++ b/flow/Util.h @@ -22,6 +22,8 @@ #define _FLOW_UTIL_H_ #pragma once +#include + template void swapAndPop(C* container, int index) { if (index != container->size()-1) {