Minor fixes to some headers (tweak) (#1198)

This commit is contained in:
Daniel Lemire 2020-10-02 12:29:05 -04:00 committed by GitHub
parent 9865bb6904
commit f1841e48b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -46,8 +46,8 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef SIMDJSON_ISADETECTION_H
#define SIMDJSON_ISADETECTION_H
#include <stdint.h>
#include <stdlib.h>
#include <cstdint>
#include <cstdlib>
#if defined(_MSC_VER)
#include <intrin.h>
#elif defined(HAVE_GCC_GET_CPUID) && defined(USE_GCC_GET_CPUID)

View File

@ -1,12 +1,11 @@
#include <cassert>
#include <climits>
#include <cstring>
#include <inttypes.h>
#include <cinttypes>
#include <iostream>
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#ifndef JSON_TEST_STRINGS
#define JSON_TEST_STRINGS