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

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

diff --git a/wrapper/src/vmaf.cpp b/wrapper/src/vmaf.cpp
index fa1dce9..3e193bc 100644
--- a/wrapper/src/vmaf.cpp
+++ b/wrapper/src/vmaf.cpp
@@ -29,7 +29,7 @@
 
 #include "vmaf.h"
 #include "combo.h"
-#include "pugixml/pugixml.hpp"
+#include <pugixml.hpp>
 #include "timer.h"
 #include "jsonprint.h"
 #include "debug.h"
-- 
2.17.2