| 1 | Index: src/rpc/parse.h |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- src/rpc/parse.h (revision 1031) |
|---|
| 4 | +++ src/rpc/parse.h (working copy) |
|---|
| 5 | @@ -38,6 +38,7 @@ |
|---|
| 6 | #define RTORRENT_RPC_PARSE_H |
|---|
| 7 | |
|---|
| 8 | #include <string> |
|---|
| 9 | +#include <cctype> |
|---|
| 10 | #include <torrent/object.h> |
|---|
| 11 | |
|---|
| 12 | namespace rpc { |
|---|
| 13 | Index: src/utils/directory.h |
|---|
| 14 | =================================================================== |
|---|
| 15 | --- src/utils/directory.h (revision 1031) |
|---|
| 16 | +++ src/utils/directory.h (working copy) |
|---|
| 17 | @@ -39,6 +39,7 @@ |
|---|
| 18 | |
|---|
| 19 | #include <string> |
|---|
| 20 | #include <vector> |
|---|
| 21 | +#include <stdint.h> |
|---|
| 22 | |
|---|
| 23 | namespace utils { |
|---|
| 24 | |
|---|