try to fix VS compile error for std::uint32_t

This commit is contained in:
Daniel Marjamäki 2016-10-29 15:55:03 +02:00
parent faa32fd51d
commit 75f50e0bf8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <cctype>
#include <vector>
#include <set>
#include <cstdint>
/**
* Remove heading and trailing whitespaces from the input parameter.