std::min defined in <algorithm> header

This commit is contained in:
kkthx 2013-12-01 19:33:29 +01:00
parent 20e4c8c002
commit c0bf4084f4

View file

@ -20,6 +20,7 @@
#include <map>
#include <assert.h>
#include <vector>
#include <algorithm>
namespace tinygettext {