[llvm] a91b801 - Fix broken include

Kadir Cetinkaya via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 03:49:29 PDT 2020


Author: Kadir Cetinkaya
Date: 2020-05-29T12:49:11+02:00
New Revision: a91b801b3914bfed334f85fb2e43a25b91a9056d

URL: https://github.com/llvm/llvm-project/commit/a91b801b3914bfed334f85fb2e43a25b91a9056d
DIFF: https://github.com/llvm/llvm-project/commit/a91b801b3914bfed334f85fb2e43a25b91a9056d.diff

LOG: Fix broken include

Added: 
    

Modified: 
    llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h b/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
index 80d8a68bd032..47b6397099b7 100644
--- a/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
+++ b/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
@@ -9,7 +9,7 @@
 #ifndef LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
 #define LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
 
-#include <cstdint.>
+#include <cstdint>
 
 namespace llvm {
 namespace pdb {


        


More information about the llvm-commits mailing list