diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-09-12 16:29:51 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-09-12 16:29:51 -0400 |
commit | febadca7d4e0460aa78f95b53b5e36e51fd2f97d (patch) | |
tree | 88762383070749e89c171293493510cb872e297f /src/util.h | |
parent | a2d28cfbd7ab8ea71a802f06c2ae76c62decb029 (diff) | |
download | libtwittercpp-febadca7d4e0460aa78f95b53b5e36e51fd2f97d.tar.gz libtwittercpp-febadca7d4e0460aa78f95b53b5e36e51fd2f97d.tar.bz2 libtwittercpp-febadca7d4e0460aa78f95b53b5e36e51fd2f97d.zip |
Added another missing #include <memory>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 2f4b9a3..9084e81 100644 --- a/src/util.h +++ b/src/util.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <string> | 4 | #include <string> |
5 | #include <sstream> | 5 | #include <sstream> |
6 | #include <memory> | ||
6 | 7 | ||
7 | namespace twitter { | 8 | namespace twitter { |
8 | 9 | ||