void-packages/srcpkgs/guitarix2/patches/boost-1.69.patch

23 lines
592 B
Diff

--- src/headers/gx_parameter.h 2018-07-22 06:24:50.000000000 +0200
+++ - 2018-12-18 17:29:34.195703527 +0100
@@ -28,6 +28,8 @@
#ifndef SRC_HEADERS_GX_PARAMETER_H_
#define SRC_HEADERS_GX_PARAMETER_H_
+#include <boost/noncopyable.hpp>
+
namespace gx_system { class JsonWriter; class JsonParser; }
namespace gx_engine {
--- src/headers/gx_system.h 2018-07-22 06:24:50.000000000 +0200
+++ - 2018-12-18 17:30:23.620272223 +0100
@@ -25,6 +25,8 @@
#ifndef SRC_HEADERS_GX_SYSTEM_H_
#define SRC_HEADERS_GX_SYSTEM_H_
+#include <boost/noncopyable.hpp>
+
#ifndef NDEBUG
#include <fenv.h>