Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 893982 | Differences between
and this patch

Collapse All | Expand All

(-)a/lib/libfilezilla/buffer.hpp (+1 lines)
Lines 2-7 Link Here
2
#define LIBFILEZILLA_BUFFER_HEADER
2
#define LIBFILEZILLA_BUFFER_HEADER
3
3
4
#include "libfilezilla.hpp"
4
#include "libfilezilla.hpp"
5
#include <cstdint>
5
6
6
#include <vector>
7
#include <vector>
7
#include <type_traits>
8
#include <type_traits>
(-)a/lib/libfilezilla/hash.hpp (+1 lines)
Lines 1-3 Link Here
1
#include <cstdint>
1
#ifndef LIBFILEZILLA_HASH_HEADER
2
#ifndef LIBFILEZILLA_HASH_HEADER
2
#define LIBFILEZILLA_HASH_HEADER
3
#define LIBFILEZILLA_HASH_HEADER
3
4
(-)a/lib/libfilezilla/encryption.hpp (-1 / +1 lines)
Lines 11-17 Link Here
11
 */
11
 */
12
12
13
#include "libfilezilla.hpp"
13
#include "libfilezilla.hpp"
14
14
#include <cstdint>
15
#include <vector>
15
#include <vector>
16
#include <string>
16
#include <string>
17
17
(-)a/lib/libfilezilla/encode.hpp (-1 / +1 lines)
Lines 2-8 Link Here
2
#define LIBFILEZILLA_ENCODE_HEADER
2
#define LIBFILEZILLA_ENCODE_HEADER
3
3
4
#include "libfilezilla.hpp"
4
#include "libfilezilla.hpp"
5
5
#include <cstdint>
6
#include <string>
6
#include <string>
7
#include <vector>
7
#include <vector>
8
8
(-)a/lib/libfilezilla/nonowning_buffer.hpp (+1 lines)
Lines 2-7 Link Here
2
#define LIBFILEZILLA_NONOWNING_BUFFER_HEADER
2
#define LIBFILEZILLA_NONOWNING_BUFFER_HEADER
3
3
4
#include "libfilezilla.hpp"
4
#include "libfilezilla.hpp"
5
#include <cstdint>
5
6
6
/** \file
7
/** \file
7
* \brief Declares fz::nonowning_buffer
8
* \brief Declares fz::nonowning_buffer
(-)a/lib/libfilezilla/signature.hpp (+1 lines)
Lines 8-13 Link Here
8
 */
8
 */
9
9
10
#include "libfilezilla.hpp"
10
#include "libfilezilla.hpp"
11
#include <cstdint>
11
12
12
#include <vector>
13
#include <vector>
13
#include <string>
14
#include <string>
(-)a/lib/libfilezilla/json.hpp (+1 lines)
Lines 9-14 Link Here
9
#include <map>
9
#include <map>
10
#include <type_traits>
10
#include <type_traits>
11
#include <variant>
11
#include <variant>
12
#include <cstdint>
12
13
13
namespace fz {
14
namespace fz {
14
15

Return to bug 893982