commit | 3974aaba691cfc3681b71667ddd5c65a3d7e74ac | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周一 7月 14 20:22:12 2014 +0200 |
committer | Roger Meier <roger@apache.org> | 周一 7月 14 20:22:12 2014 +0200 |
tree | 180f6e9f9165d5d7965ccfb242e41eeb59810b6a | |
parent | 1a3632351ee2e16635962fb133e65a3816ce4c93 [diff] [blame] |
THRIFT-2602 Fix missing dist files - set bison to 2.5 - include "config.h" within thriftl.ll Patch: Roger Meier
diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index 5afc601..1fe6b2e 100644 --- a/compiler/cpp/src/thriftl.ll +++ b/compiler/cpp/src/thriftl.ll
@@ -52,6 +52,8 @@ #ifdef _MSC_VER #include "windows/config.h" +#else +#include "config.h" #endif #include "main.h" #include "globals.h"