pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] Issue 65 in pingus: src/util/memorypool.hpp needs to #inclu


From: pingus
Subject: [Pingus-CVS] Issue 65 in pingus: src/util/memorypool.hpp needs to #include<stddef.h>
Date: Mon, 19 Sep 2011 19:50:59 +0000

Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 65 by address@hidden: src/util/memorypool.hpp needs to #include<stddef.h>
http://code.google.com/p/pingus/issues/detail?id=65

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]