summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_state.i
diff options
context:
space:
mode:
authormichal <michal@wmvare.com>2009-03-16 08:08:09 +0100
committerMichal Krol <michal@vmware.com>2009-03-16 08:18:10 +0100
commit97e4caa33a00392ed81965f44568fd9722117868 (patch)
tree4449b21e31d80f2432c590eeb488f53240a1920a /src/gallium/state_trackers/python/p_state.i
parent54942518905edfdf41233dd4d34b77637e7d9b25 (diff)
python: Include missing `p_compiler.h' header.
Diffstat (limited to 'src/gallium/state_trackers/python/p_state.i')
-rw-r--r--src/gallium/state_trackers/python/p_state.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/p_state.i b/src/gallium/state_trackers/python/p_state.i
index 7f5760b3b6..110b3d5da4 100644
--- a/src/gallium/state_trackers/python/p_state.i
+++ b/src/gallium/state_trackers/python/p_state.i
@@ -37,6 +37,7 @@
%ignore winsys;
%ignore pipe_vertex_buffer::buffer;
+%include "pipe/p_compiler.h";
%include "pipe/p_state.h";