aboutsummaryrefslogtreecommitdiffstats
path: root/masm/config.h
blob: 7e0779fc45b52c5cff5be376354b21d148fdcbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MASM_CONFIG_H
#define MASM_CONFIG_H

#include <wtf/Platform.h>
#ifdef __cplusplus
#include <wtf/Vector.h>
#endif
#include <limits.h>
#include <math.h>

#endif // MASM_CONFIG_H