diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:57:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:57:49 +0200 |
commit | 1920f1b489a54e8ab97a3e24b1bab64831e32b53 (patch) | |
tree | 1cdcec7df7eafec396d29e94bc35554c210fb8db /test/VersionSuite.cpp | |
parent | 63b80068976fbc5460c284aef0e6560abcf13e68 (diff) |
New upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'test/VersionSuite.cpp')
-rw-r--r-- | test/VersionSuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VersionSuite.cpp b/test/VersionSuite.cpp index c85bbd2..a46f0d5 100644 --- a/test/VersionSuite.cpp +++ b/test/VersionSuite.cpp @@ -20,7 +20,7 @@ #include <gtest/gtest.h> -#include <stdio.h> +#include <cstdio> #include <config.h> // for PACKAGE_VERSION |