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 {
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits