From 144fdb8f4979a93253425010a84cf3393f18f9ac Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 13 Feb 2013 09:04:04 -0700 Subject: [PATCH] include util/runtime-array.h in windows.cpp to fix build --- src/windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows.cpp b/src/windows.cpp index 02ebfc72b5..5c85eb906e 100644 --- a/src/windows.cpp +++ b/src/windows.cpp @@ -25,6 +25,7 @@ #include "arch.h" #include "system.h" +#include "util/runtime-array.h" #if defined(WINAPI_FAMILY)