ringaccount: include cinttypes

Change-Id: Ic06371032cf701da53456fb551921b89b07efc9e
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
This commit is contained in:
Adrien Béraud
2018-08-10 14:45:17 -04:00
committed by Philippe Gorley
parent 6e68677874
commit 68cb09877b

View File

@ -80,6 +80,7 @@
#include <memory>
#include <sstream>
#include <cctype>
#include <cinttypes>
#include <cstdarg>
#include <string>
#include <system_error>