trace: Add missing header.

Fixes GCC implicit function declaration warning.
This commit is contained in:
Vinson Lee 2010-05-13 01:47:31 -07:00
parent 3f168eef09
commit 8230ead0cf
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include "tr_dump.h"
#include "tr_dump_state.h"
#include "tr_public.h"
#include "tr_screen.h"
#include "tr_texture.h"
#include "tr_context.h"