From bf0cd290a93fe3f0888bdb80ac048f5bc241d617 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 30 Jun 2018 18:21:43 -0400 Subject: [PATCH] Compile fixes --- src/common/file_util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index c131af748b..bb29f344e6 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include #include "common/assert.h" #include "common/common_funcs.h" #include "common/common_paths.h"