cell: include cell_state_per_fragment.h to silence warning

This commit is contained in:
Brian 2008-03-27 15:27:14 -06:00
parent 8b8a947111
commit 132df5ebce

View file

@ -29,6 +29,7 @@
#include "cell_context.h"
#include "cell_state.h"
#include "cell_state_emit.h"
#include "cell_state_per_fragment.h"
#include "cell_batch.h"
#include "cell_texture.h"
#include "draw/draw_context.h"