alantrrs / OpenTLD

:eyes: C++ implementation of TLD
GNU General Public License v3.0
225 stars 99 forks source link

fixed stdio.h problem #7

Closed tvi closed 13 years ago

tvi commented 13 years ago

cannot be compiled on opencv2.3

bilderbuchi commented 13 years ago

you should really use include guards (ifdef/define preprocessor macros). including all those header files multiple times only makes the compilation process unnecessarily long and probably also bloats your binary...