aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pandas/py2/pandas/_libs/src/headers/stdint.h
blob: 8746bf132d0f72dae67306917ef4a88c670ecb8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _PANDAS_STDINT_H_
#define _PANDAS_STDINT_H_

#if defined(_MSC_VER) && (_MSC_VER < 1900)
#include "ms_stdint.h"
#else
#include <stdint.h>
#endif

#endif