Fix linking against system klt

This commit is contained in:
Mattia Verga
2019-11-24 13:48:12 +01:00
parent 614458c3c6
commit 9205b506b5
2 changed files with 8 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ locations (before and after tracking) to text files and to PPM files,
and prints the features to the screen.
**********************************************************************/
#include "klt/pnmio.h"
#include "klt/klt.h"
#include <pnmio.h>
#include <klt.h>
#include <cmath>
#include <cstring>