Try to fix GCC 13 compilation errors

This commit is contained in:
Grégory Soutadé 2023-04-29 13:09:53 +02:00
parent c259cbd5a3
commit a0f6324999
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
*/
#include <string>
#include <stdint.h>
namespace macaron {

View File

@ -27,6 +27,7 @@
#include "drmprocessorclient.h"
#include <pugixml.hpp>
#include <stdint.h>
#ifndef HOBBES_DEFAULT_VERSION
#define HOBBES_DEFAULT_VERSION "10.0.4"