47c09dd2dc
Fix build in Staging:E with boost 1.74 OBS-URL: https://build.opensuse.org/request/show/828910 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=66
11 lines
319 B
Diff
11 lines
319 B
Diff
--- a/src/ui/tool/node.cpp 2020-05-01 15:18:52.000000000 +0200
|
|
+++ b/src/ui/tool/node.cpp 2020-08-18 01:25:05.266412299 +0200
|
|
@@ -7,6 +7,7 @@
|
|
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
|
|
*/
|
|
|
|
+#include <atomic>
|
|
#include <iostream>
|
|
#include <stdexcept>
|
|
#include <boost/utility.hpp>
|