From 124a44731dc8c0478f02635aabdbfc19abe0c4c8 Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Thu, 25 Jul 2019 14:52:34 +0200 Subject: [PATCH] Fix includes in utils/file.hpp Reviewers: mtomic, mferencevic Reviewed By: mtomic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2245 --- src/utils/file.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/file.hpp b/src/utils/file.hpp index a4184ab8c..7fc9ea15f 100644 --- a/src/utils/file.hpp +++ b/src/utils/file.hpp @@ -7,6 +7,8 @@ #pragma once #include +#include +#include namespace utils {