pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

src/util/memorypool.hpp needs to #include<stddef.h> #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
src/util/memory_pool.hpp needs to #include <stddef.h> because it uses size_t, 
which may not be defined currently.

Without including stddef.h, Pingus fails to build on my computer. With stddef, 
it build fine.

Original issue reported on code.google.com by mikehenn...@eclipse.net on 19 Sep 2011 at 7:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6bd9edb3e03b.

Original comment by grum...@gmail.com on 19 Sep 2011 at 8:17