summarylogtreecommitdiffstats
path: root/memory.patch
diff options
context:
space:
mode:
authorneeshy2022-07-08 16:01:34 -0400
committerneeshy2022-07-08 16:01:34 -0400
commitd25f2ead060bafe1c75f97e19aaea0b50a887fdd (patch)
treeed24f9e86f19182835ee14206f6bfcc7449c56c6 /memory.patch
parent2c4401787235e5d6bd42701e3c5be31010ddd1bd (diff)
downloadaur-d25f2ead060bafe1c75f97e19aaea0b50a887fdd.tar.gz
rlvm-git: fix build
Diffstat (limited to 'memory.patch')
-rw-r--r--memory.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/memory.patch b/memory.patch
index 964f45ac45ae..6763df148d2f 100644
--- a/memory.patch
+++ b/memory.patch
@@ -8,3 +8,13 @@
#include <sstream>
#include <string>
#include <utility>
+--- a/src/utilities/file.h
++++ b/src/utilities/file.h
+@@ -31,6 +31,7 @@
+ #include <boost/filesystem.hpp>
+
+ #include <iosfwd>
++#include <memory>
+ #include <string>
+ #include <vector>
+