[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49733] branches/soc-2012-swiss_cheese/ source/blender/blenlib/BLI_smallhash.h: Fix for gcc.

Alexander Kuznetsov kuzsasha at gmail.com
Thu Aug 9 17:42:43 CEST 2012


Revision: 49733
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49733
Author:   alexk
Date:     2012-08-09 15:42:43 +0000 (Thu, 09 Aug 2012)
Log Message:
-----------
Fix for gcc. Header was in glew.h which was removed.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/blenlib/BLI_smallhash.h

Modified: branches/soc-2012-swiss_cheese/source/blender/blenlib/BLI_smallhash.h
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/blenlib/BLI_smallhash.h	2012-08-09 13:33:27 UTC (rev 49732)
+++ branches/soc-2012-swiss_cheese/source/blender/blenlib/BLI_smallhash.h	2012-08-09 15:42:43 UTC (rev 49733)
@@ -31,7 +31,7 @@
 /** \file BLI_smallhash.h
  *  \ingroup bli
  */
-
+#include <stdint.h>
 /* a light stack-friendly hash library,
  * (it uses stack space for smallish hash tables) */
 




More information about the Bf-blender-cvs mailing list