Convert cnames back to .h
[supertux.git] / src / refcounter.hpp
index 6b8735a..e810efe 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __REFCOUNTER_HPP__
 #define __REFCOUNTER_HPP__
 
-#include <cassert>
+#include <assert.h>
 
 /**
  * A base class that provides reference counting facilities