Fix build error (#438)

This commit is contained in:
JinmingHu 2020-08-13 08:16:21 +08:00 committed by GitHub
parent 1a32179fec
commit 4c549b1a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ int main(int argc, char** argv)
auto func = sample.second;
func();
}
return 0;
}
else
{

View File

@ -5,6 +5,7 @@
#include <algorithm>
#include <cctype>
#include <iterator>
#include <vector>
namespace Azure { namespace Storage {