Skip to content

Commit

Permalink
fix: workaround missing header in mimetic.h
Browse files Browse the repository at this point in the history
This fixes building with GCC 13. See also the issue created upstream:
tat/mimetic#28
  • Loading branch information
ehustad committed Mar 29, 2023
1 parent 266795e commit d5e54ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Cryptography/GpgMe++.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cstdint> // workaround broken mimetic header
#include <cstring>
#include <future>
#include <mimetic/mimetic.h>
Expand Down
1 change: 1 addition & 0 deletions src/Cryptography/LocalMimeParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cstdint> // workaround broken mimetic header
#include <mimetic/mimetic.h>
#include <QBrush>
#include <QFont>
Expand Down
1 change: 1 addition & 0 deletions src/Cryptography/MimeticUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cstdint> // workaround broken mimetic header
#include <sstream>
#include <mimetic/mimetic.h>
#include "Cryptography/MimeticUtils.h"
Expand Down

0 comments on commit d5e54ef

Please sign in to comment.