st/mesa: fix crash when using both user and vbo buffers with the same stride
[mesa.git] / src / mesa / state_tracker / st_atom_stipple.c
index 31e124b32935a4d20bd6f02fd7b27e4afe6eb9e6..ecdd9f06f6a347cba4a946403647a35c73d8c1fe 100644 (file)
@@ -33,6 +33,8 @@
   */
  
 
+#include <assert.h>
+
 #include "st_context.h"
 #include "st_atom.h"
 #include "pipe/p_context.h"