Skip to content
Snippets Groups Projects
Unverified Commit 0d629293 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #91 from xvitaly/gcc13

Fixed build under GCC 13
parents de04d88c 3437440a
No related branches found
No related tags found
No related merge requests found
Pipeline #4194 failed
......@@ -5,6 +5,7 @@
#include "spdlog/spdlog.h"
#include <atomic>
#include <cstdint>
#include <fstream>
#include <iostream>
#include <nlohmann/json.hpp>
......
......@@ -4,6 +4,7 @@
/// @brief Image packs from [MSC2545](https://github.com/matrix-org/matrix-doc/pull/2545)
#include <bitset>
#include <cstdint>
#include <map>
#include <string>
......
......@@ -5,6 +5,7 @@
///
/// The wrappers implement RAII semantics, so you don't need to free stuff manually.
#include <cstdint>
#include <memory>
#include <olm/olm.h>
#include <olm/pk.h>
......
......@@ -3,6 +3,7 @@
/// @file
/// @brief Various crypto functions.
#include <cstdint>
#include <string>
#include <vector>
......
......@@ -3,6 +3,7 @@
/// @file
/// @brief Various utility functions for http requests.
#include <cstdint>
#include <iosfwd>
#include <map>
#include <string>
......
#include <cstdint>
#include <nlohmann/json.hpp>
#include <utility>
......
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include <string>
#include <vector>
......
......@@ -12,6 +12,7 @@
#include <olm/pk.h>
#include <algorithm>
#include <cstdint>
#include "mtx/log.hpp"
#include "mtxclient/crypto/client.hpp"
......
#include <cstdint>
#include <string>
#include <nlohmann/json.hpp>
......
#include "mtxclient/utils.hpp"
#include <algorithm>
#include <cstdint>
#include <iomanip>
#include <random>
#include <sstream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment