diff options
Diffstat (limited to 'include/llvm/Analysis/ModuleAnalyzer.h')
-rw-r--r-- | include/llvm/Analysis/ModuleAnalyzer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ModuleAnalyzer.h b/include/llvm/Analysis/ModuleAnalyzer.h index a0baa8a7dd..8493becc64 100644 --- a/include/llvm/Analysis/ModuleAnalyzer.h +++ b/include/llvm/Analysis/ModuleAnalyzer.h @@ -78,7 +78,7 @@ protected: virtual bool processInstruction(const Instruction *I) { return false; } private: - bool handleType(set<const Type *> &TypeSet, const Type *T); + bool handleType(std::set<const Type *> &TypeSet, const Type *T); }; #endif |