-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
patches/version_2.8.0-alpha5/0001-Patch-version_2.8.0-alpha5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |