commit | 8658618ea081ce8f1df444a6296d815a3c9e3b33 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Sep 21 21:17:23 2016 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Sep 21 21:17:23 2016 +0000 |
tree | 394864e5aeef6e503d76906104c574986fe49dc3 | |
parent | ac77fe3b550dfafc3cde350fc612f272302f93ed [diff] [blame] |
[libFuzzer] more refactoring llvm-svn: 282113
diff --git a/llvm/lib/Fuzzer/FuzzerValueBitMap.h b/llvm/lib/Fuzzer/FuzzerValueBitMap.h index 6f6ca11..07e52fc 100644 --- a/llvm/lib/Fuzzer/FuzzerValueBitMap.h +++ b/llvm/lib/Fuzzer/FuzzerValueBitMap.h
@@ -12,6 +12,8 @@ #ifndef LLVM_FUZZER_VALUE_BIT_MAP_H #define LLVM_FUZZER_VALUE_BIT_MAP_H +#include "FuzzerDefs.h" + namespace fuzzer { // A bit map containing kMapSizeInWords bits.