[llvm-commits] [hlvm] r38145 - /hlvm/trunk/hlvm/AST/URI.h

saem at cs.uiuc.edu saem at cs.uiuc.edu
Sat Jul 7 17:00:24 PDT 2007


Author: saem
Date: Sat Jul  7 19:00:24 2007
New Revision: 38145

URL: http://llvm.org/viewvc/llvm-project?rev=38145&view=rev
Log:
add stdint.h to the includes to those with a nice vintage compiler don't have issues with uint32_t

Modified:
    hlvm/trunk/hlvm/AST/URI.h

Modified: hlvm/trunk/hlvm/AST/URI.h
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/AST/URI.h?rev=38145&r1=38144&r2=38145&view=diff

==============================================================================
--- hlvm/trunk/hlvm/AST/URI.h (original)
+++ hlvm/trunk/hlvm/AST/URI.h Sat Jul  7 19:00:24 2007
@@ -31,6 +31,7 @@
 #define HLVM_AST_URI_H
 
 #include <string>
+#include <stdint.h>
 
 namespace hlvm {
 





More information about the llvm-commits mailing list