[fuzzer] update the include line to use the new header name

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kostya Serebryany 2015-02-03 19:42:05 +00:00
parent 2918efd551
commit 32a12b924e

View File

@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//
#include "FuzzerInternal.h"
#include <sanitizer/asan_interface.h>
#include <sanitizer/coverage_interface.h>
#include <algorithm>
#include <iostream>