summaryrefslogtreecommitdiff
path: root/include/util/IntTypes.hpp
blob: f5ec91e2457396b89b4590cdf9001b1537c2a3f1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __UTIL_INTTYPES_H
#define __UTIL_INTTYPES_H

#ifdef _WIN32
#include "util/msinttypes/inttypes.h"
#else
#include <inttypes.h>
#endif

#endif