Include system's integer representation header file
commit6dec2de7f3ec0fe1de16c20463196da6fc51d210
authorSven Suursoho <sven.suursoho@gmail.com>
Tue, 23 Sep 2008 21:57:44 +0000 (24 00:57 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Tue, 23 Sep 2008 21:57:44 +0000 (24 00:57 +0300)
tree1478841abced79bfe953dabf7cbfd3e832aab69a
parent07de990b35e4f1f8983b69dc2ca8f3a112322fec
Include system's integer representation header file

Depending on platform, it can be stdint.h, cstdint, inttypes.h
If none found, define required types ourselves (currently no)
sol/cstdint.hpp [new file with mode: 0644]