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

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

#endif // MASM_CONFIG_H