python: Include missing `p_compiler.h' header.
authormichal <michal@wmvare.com>
Mon, 16 Mar 2009 07:08:09 +0000 (08:08 +0100)
committerMichal Krol <michal@vmware.com>
Mon, 16 Mar 2009 07:18:10 +0000 (08:18 +0100)
src/gallium/state_trackers/python/p_state.i

index 7f5760b..110b3d5 100644 (file)
@@ -37,6 +37,7 @@
 %ignore winsys;
 %ignore pipe_vertex_buffer::buffer;
 
+%include "pipe/p_compiler.h";
 %include "pipe/p_state.h";