Skip to content
Snippets Groups Projects
Commit 3a67624b authored by Philippe Groarke's avatar Philippe Groarke
Browse files

Fix OS X build.

parent e60146f6
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ private: ...@@ -79,7 +79,7 @@ private:
/** /**
* Dummy function used to disable logging * Dummy function used to disable logging
*/ */
constexpr int NOLOG(char const*, va_list) { return 0; } inline void NOLOG(char const*, va_list) {}
class Value; class Value;
......
...@@ -43,6 +43,7 @@ extern "C" { ...@@ -43,6 +43,7 @@ extern "C" {
#endif #endif
#include <algorithm> #include <algorithm>
#include <random> //binomial_distribution
#include <sstream> #include <sstream>
#include <unistd.h> #include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment