Skip to content

Commit

Permalink
Add patch for version_2.8.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Jun 17, 2024
1 parent 0f6f6b1 commit ecfffd3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions patches/version_2.8.0-alpha5/0001-Patch-version_2.8.0-alpha5.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 7ec9c3313fbf1ff093584ed8372bc81dc690c79e Mon Sep 17 00:00:00 2001
Date: Mon, 17 Jun 2024 04:54:03 +0000
Subject: [PATCH] Patch version_2.8.0-alpha5

---
src/slic3r/GUI/UserAccountCommunication.hpp | 3 +++
1 file changed, 3 insertions(+)

diff --git a/src/slic3r/GUI/UserAccountCommunication.hpp b/src/slic3r/GUI/UserAccountCommunication.hpp
index 133d2c8..1c3fe67 100644
--- a/src/slic3r/GUI/UserAccountCommunication.hpp
+++ b/src/slic3r/GUI/UserAccountCommunication.hpp
@@ -5,6 +5,9 @@
#include "Event.hpp"
#include "libslic3r/AppConfig.hpp"

+#include <wx/timer.h>
+#include <boost/algorithm/string.hpp>
+
#include <queue>
#include <condition_variable>
#include <map>
--
2.30.2

0 comments on commit ecfffd3

Please sign in to comment.