Fix build error (#438)
This commit is contained in:
parent
1a32179fec
commit
4c549b1a29
@ -39,6 +39,7 @@ int main(int argc, char** argv)
|
||||
auto func = sample.second;
|
||||
func();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
|
||||
namespace Azure { namespace Storage {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user