Update the changelog
[opencv] / apps / vmdemotk / VMDemoTk.h
1 #ifndef _VMDEMO_TK_H_
2 #define _VMDEMO_TK_H_   
3
4         #include <stdio.h>
5         #include <stdlib.h>
6         #include <string.h>
7         #include "cv.h"
8         #include <tcl.h>
9         #include <tk.h>
10
11 #endif