ModuleTest.cpp - fix implicit SourceMgr.h dependency. NFC.

ModuleTest.cpp was depending on other headers to define SMDiagnostic.
This commit is contained in:
Simon Pilgrim 2020-06-23 12:20:44 +01:00
parent cdceef4a4f
commit 2013be4836

View File

@ -12,6 +12,7 @@
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Pass.h"
#include "llvm/Support/RandomNumberGenerator.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h"
#include <random>