commit | a8f3c40f718d5c18c300a4aa1cf02a3c32a48c46 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Thu Oct 30 14:03:27 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Oct 31 12:44:31 2014 -0700 |
tree | 1f18059040efbe0d617e884634624c1df49dee51 | |
parent | ca188d7acffaab13c204a29f1e8d81cab6a3ef8c [diff] [blame] |
build: use C++11 Change-Id: I0e58ac4e9cb42d07a9b58125d761875f91c7744c Refs: #1930
diff --git a/src/storage/sqlite-storage.cpp b/src/storage/sqlite-storage.cpp index 78b1792..7edcda7 100644 --- a/src/storage/sqlite-storage.cpp +++ b/src/storage/sqlite-storage.cpp
@@ -25,6 +25,8 @@ namespace repo { +using std::string; + SqliteStorage::SqliteStorage(const string& dbPath) : m_size(0) {