diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-27 17:03:14 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-27 17:03:14 -0400 |
| commit | 9b6a1a42d69ee8d1fe5a98a81cc798f9023f5447 (patch) | |
| tree | 7e54496ca271477c14848d42f239fe8527710fb5 | |
| parent | 8887527ed99f48a5a6af98939931efeb9811eecd (diff) | |
| download | hkutil-9b6a1a42d69ee8d1fe5a98a81cc798f9023f5447.tar.gz hkutil-9b6a1a42d69ee8d1fe5a98a81cc798f9023f5447.tar.bz2 hkutil-9b6a1a42d69ee8d1fe5a98a81cc798f9023f5447.zip | |
Included missing <vector> for database.h
| -rw-r--r-- | hkutil/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/hkutil/database.h b/hkutil/database.h index 370799d..5820728 100644 --- a/hkutil/database.h +++ b/hkutil/database.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <sstream> | 6 | #include <sstream> |
| 7 | #include <string> | 7 | #include <string> |
| 8 | #include <stdexcept> | 8 | #include <stdexcept> |
| 9 | #include <vector> | ||
| 9 | #include <list> | 10 | #include <list> |
| 10 | #include <memory> | 11 | #include <memory> |
| 11 | #include "../vendor/variant.hpp" | 12 | #include "../vendor/variant.hpp" |
