Added #include <algorithm> to clara.h

- thanks Martin
This commit is contained in:
Phil Nash 2014-02-11 17:40:11 +00:00
parent 0dc49d1b57
commit 633feaa4a6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <string>
#include <vector>
#include <map>
#include <algorithm>
// Use optional outer namespace
#ifdef CLICHE_CLARA_OUTER_NAMESPACE