Fix build errors
authorVladimir Bystricky <vladimir.bystritsky@itseez.com>
Tue, 17 Dec 2013 14:39:52 +0000 (18:39 +0400)
committerVladimir Bystricky <vladimir.bystritsky@itseez.com>
Tue, 17 Dec 2013 14:39:52 +0000 (18:39 +0400)
doc/user_guide/ug_intelperc.rst
samples/cpp/intelperc_capture.cpp

index 71a7c5d..bae5f70 100644 (file)
@@ -5,7 +5,7 @@ HighGUI
 .. highlight:: cpp
 
 Using Creative Senz3D and other Intel Perceptual Computing SDK compatible depth sensors
-======================================================
+=======================================================================================
 
 Depth sensors compatible with Intel Perceptual Computing SDK are supported through ``VideoCapture`` class. Depth map, RGB image and some other formats of output can be retrieved by using familiar interface of ``VideoCapture``.
 
index be032de..24ab017 100644 (file)
@@ -1,7 +1,6 @@
 // testOpenCVCam.cpp : Defines the entry point for the console application.
 //
 
-#include <tchar.h>
 #include "opencv2/highgui/highgui.hpp"
 
 #include <iostream>