diff options
author | michal <[email protected]> | 2009-03-16 08:08:09 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-16 08:18:10 +0100 |
commit | 97e4caa33a00392ed81965f44568fd9722117868 (patch) | |
tree | 4449b21e31d80f2432c590eeb488f53240a1920a | |
parent | 54942518905edfdf41233dd4d34b77637e7d9b25 (diff) |
python: Include missing `p_compiler.h' header.
-rw-r--r-- | src/gallium/state_trackers/python/p_state.i | 1 |
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 7f5760b3b66..110b3d5da43 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"; |