Moved VertexDeclarationCache to its own header and source file.

TRAC #22016
Signed-off-by: Daniel Koch
Author: Nicolas Capens

git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1490 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/libGLESv2/ProgramBinary.h b/src/libGLESv2/ProgramBinary.h
index 2c1b29b..b73df7d 100644
--- a/src/libGLESv2/ProgramBinary.h
+++ b/src/libGLESv2/ProgramBinary.h
@@ -18,6 +18,7 @@
 #include <string>
 #include <vector>
 
+#include "libGLESv2/Program.h"
 #include "libGLESv2/Context.h"
 #include "libGLESv2/D3DConstantTable.h"
 #include "libGLESv2/mathutil.h"