inkscape/inkscape-missing-atomic.patch
DistroBaker 3d3be228b6 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/inkscape.git#9edc494e6f1ad884a20973d79901e7279f003ce5
2021-02-16 15:15:20 +00:00

20 lines
688 B
Diff

diff -up inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp.missing-atomic inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp
--- inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp.missing-atomic 2021-02-16 13:35:58.455184020 +0100
+++ inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp 2021-02-16 13:36:11.411279411 +0100
@@ -10,6 +10,7 @@
#include <iostream>
#include <stdexcept>
#include <boost/utility.hpp>
+#include <atomic>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
@@ -31,6 +32,7 @@
#include "ui/tools/node-tool.h"
#include "ui/tools-switch.h"
+
namespace {
Inkscape::ControlType nodeTypeToCtrlType(Inkscape::UI::NodeType type)