updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / libaws / libaws-0.9.2.patch
blobd7f7dcb52cab8312a7ea666eec1c6bf710737e0f
1 diff -aur libaws-0.9.2.pristine/include/libaws/sqsresponse.h libaws-0.9.2.new/include/libaws/sqsresponse.h
2 --- libaws-0.9.2.pristine/include/libaws/sqsresponse.h 2011-08-23 16:35:03.000000000 +0200
3 +++ libaws-0.9.2.new/include/libaws/sqsresponse.h 2011-08-23 16:35:54.000000000 +0200
4 @@ -16,6 +16,7 @@
5 #ifndef AWS_SQSRESPONSE_API_H
6 #define AWS_SQSRESPONSE_API_H
8 +#include <stdint.h>
9 #include <vector>
10 #include <map>
11 #include <string>
12 diff -aur libaws-0.9.2.pristine/src/logging/logger.hh libaws-0.9.2.new/src/logging/logger.hh
13 --- libaws-0.9.2.pristine/src/logging/logger.hh 2011-08-23 16:35:03.000000000 +0200
14 +++ libaws-0.9.2.new/src/logging/logger.hh 2011-08-23 16:36:18.000000000 +0200
15 @@ -1,6 +1,7 @@
16 #ifndef AWS_LOGGER_H
17 #define AWS_LOGGER_H
19 +#include <stdint.h>
20 #include <string>
22 namespace logging {