diff options
Diffstat (limited to 'devtools/convbdf.cpp')
| -rw-r--r-- | devtools/convbdf.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/convbdf.cpp b/devtools/convbdf.cpp index c8b1fb7d6d..69728eb9fd 100644 --- a/devtools/convbdf.cpp +++ b/devtools/convbdf.cpp @@ -20,6 +20,10 @@   *   */ +#ifndef __has_feature         // Optional of course. +  #define __has_feature(x) 0  // Compatibility with non-clang compilers. +#endif +  #include <fstream>  #include <string>  #include <stdio.h>  | 
