summaryrefslogtreecommitdiff
path: root/sysutils/osquery/files/patch-boost-1.69
blob: ce2f9b0259a6ef96deeedc774a5b1e0a6eb9be17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/facebook/osquery/issues/5266

--- include/osquery/system.h.orig	2018-09-19 05:51:29 UTC
+++ include/osquery/system.h
@@ -14,6 +14,8 @@
 #include <mutex>
 #include <string>
 
+#include <boost/noncopyable.hpp>
+
 #include <osquery/core.h>
 #include <osquery/mutex.h>