From b782c8560c237dc512e6e4d03a04bc3b3a891543 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Wed, 17 Jul 2013 16:27:09 +0200 Subject: [PATCH] add forgotten include file --- Util/UUID.config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Util/UUID.config.h.in diff --git a/Util/UUID.config.h.in b/Util/UUID.config.h.in new file mode 100644 index 000000000..7e018c4ef --- /dev/null +++ b/Util/UUID.config.h.in @@ -0,0 +1,6 @@ +#ifndef UUID_CONFIG_H_ +#define UUID_CONFIG_H_ + +#cmakedefine01 HAS64BITS + +#endif /* UUID_CONFIG_H_ */ \ No newline at end of file