aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCRange.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:50:44 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:50:44 -0800
commitc2c915e567f8fc256cfcf72eacd1cb7d3491cfc2 (patch)
treeaf3b040a3ea7a0d82001c1a1ebc76fe5ee51262e /src/core/basetypes/MCRange.h
parentb6c488d68dc17cddbf5806bd645e167488d50366 (diff)
Fixed win32 exports
Diffstat (limited to 'src/core/basetypes/MCRange.h')
-rw-r--r--src/core/basetypes/MCRange.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/basetypes/MCRange.h b/src/core/basetypes/MCRange.h
index 5dd5ecf2..9ec4f568 100644
--- a/src/core/basetypes/MCRange.h
+++ b/src/core/basetypes/MCRange.h
@@ -6,6 +6,8 @@
#include <inttypes.h>
+#include <MailCore/MCUtils.h>
+
#ifndef UINT64_MAX
# define UINT64_MAX 18446744073709551615ULL
#endif