mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
refactor: iwyu string, vector, cstdint (#2898)
* refactor: use cstdint for intX_t types * refactor: iwyu sstring_view * refactor: iwyu <cstring> * refactor: iwyu <vector>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint> // uint32_t, uint64_t
|
||||
|
||||
#include "transmission.h"
|
||||
|
||||
#include "tr-assert.h"
|
||||
|
||||
Reference in New Issue
Block a user