osquery-1/osquery
Steven Peters 41b785b86c Fix build with boost 1.69: add missing boost/noncopyable.hpp includes (#5325)
Summary:
boost 1.69 is in a pull request in homebrew-core at https://github.com/Homebrew/homebrew-core/pull/35030 and `osquery` is failing to compile due to using `boost::noncopyable` in a couple header files without including `boost/noncopyable.hpp`:

* [jenkins log of build failure](https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/34941/version=high_sierra/testReport/junit/brew-test-bot/high_sierra/install_osquery/)

The build still fails on homebrew due to #5284.
Pull Request resolved: https://github.com/facebook/osquery/pull/5325

Differential Revision: D13464741

Pulled By: fmanco

fbshipit-source-id: bdaf573b180f8cdfd08dc719db4829911249caaf
2019-01-10 08:48:37 -08:00
..
carver Move build system to BUCK 2018-12-07 16:12:35 +00:00
config Prefactor: QueryData -> TableRows for virtual tables 2019-01-09 13:50:15 -08:00
core Generate strongly-typed TableRow subclasses for each table 2019-01-09 13:50:15 -08:00
database Move build system to BUCK 2018-12-07 16:12:35 +00:00
devtools Move build system to BUCK 2018-12-07 16:12:35 +00:00
dispatcher Move build system to BUCK 2018-12-07 16:12:35 +00:00
distributed Move build system to BUCK 2018-12-07 16:12:35 +00:00
events Introduce TableRow interface 2019-01-09 13:50:15 -08:00
examples Make TableRows more abstract 2019-01-09 13:50:15 -08:00
extensions fix up extenstions tests on windows 2018-12-11 03:31:17 -08:00
filesystem fix xcode duplicate target names (#5323) 2018-12-13 16:13:44 -08:00
hashing Move build system to BUCK 2018-12-07 16:12:35 +00:00
include/osquery Fix build with boost 1.69: add missing boost/noncopyable.hpp includes (#5325) 2019-01-10 08:48:37 -08:00
killswitch created error should be returned (#5330) 2018-12-19 03:58:50 -08:00
logger Move build system to BUCK 2018-12-07 16:12:35 +00:00
main Move build system to BUCK 2018-12-07 16:12:35 +00:00
numeric_monitoring Move build system to BUCK 2018-12-07 16:12:35 +00:00
process Move build system to BUCK 2018-12-07 16:12:35 +00:00
profiler Move build system to BUCK 2018-12-07 16:12:35 +00:00
registry Move build system to BUCK 2018-12-07 16:12:35 +00:00
remote fix xcode duplicate target names (#5323) 2018-12-13 16:13:44 -08:00
sql Introduce TableRow interface 2019-01-09 13:50:15 -08:00
tables s/processesRow/ProcessesRow/ on osquery/oss/osquery/tables/system/tests/darwin/processes_tests.cpp 2019-01-09 18:44:01 -08:00
utils Fix build with boost 1.69: add missing boost/noncopyable.hpp includes (#5325) 2019-01-10 08:48:37 -08:00
BUCK Plumb columns used as a bitfield 2018-12-12 10:40:58 -08:00