[llvm-commits] [hlvm] r38144 - /hlvm/trunk/hlvm/Base/Pool.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:23 2007
New Revision: 38144

URL: http://llvm.org/viewvc/llvm-project?rev=38144&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/Base/Pool.h

Modified: hlvm/trunk/hlvm/Base/Pool.h
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Base/Pool.h?rev=38144&r1=38143&r2=38144&view=diff

==============================================================================
--- hlvm/trunk/hlvm/Base/Pool.h (original)
+++ hlvm/trunk/hlvm/Base/Pool.h Sat Jul  7 19:00:23 2007
@@ -40,6 +40,7 @@
 #endif
 
 #include <string>
+#include <stdint.h>
 
 namespace hlvm {
 





More information about the llvm-commits mailing list