Blob Blame History Raw
From 6b8189523f590e0ec8bd67b15c58377d27fe63f7 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Sat, 7 Apr 2018 13:57:00 +0200
Subject: [PATCH 05/11] Switch pugixml include

---
 wrapper/src/vmaf.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wrapper/src/vmaf.cpp b/wrapper/src/vmaf.cpp
index bed3502..a776931 100644
--- a/wrapper/src/vmaf.cpp
+++ b/wrapper/src/vmaf.cpp
@@ -28,7 +28,8 @@
 
 #include "vmaf.h"
 #include "combo.h"
-#include "pugixml/pugixml.hpp"
+#include "svm.h"
+#include <pugixml.hpp>
 #include "timer.h"
 #include "jsonprint.h"
 #include "debug.h"
-- 
2.17.1