diff options
Diffstat (limited to 'test/hexfloat.cc')
-rw-r--r-- | test/hexfloat.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/hexfloat.cc b/test/hexfloat.cc index 1c340f02..70e5c4c4 100644 --- a/test/hexfloat.cc +++ b/test/hexfloat.cc @@ -14,10 +14,9 @@ * limitations under the License. */ -#include <stdio.h> - -#include <vector> +#include <cstdio> #include <thread> +#include <vector> #include "gtest/gtest.h" |