You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmaf/0005-Switch-pugixml-include...

26 lines
604 B

6 years ago
From 80053ca29abc26ff6129ea5cb5c7e7545519b625 Mon Sep 17 00:00:00 2001
6 years ago
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Sat, 7 Apr 2018 13:57:00 +0200
6 years ago
Subject: [PATCH] Switch pugixml include
6 years ago
---
6 years ago
wrapper/src/vmaf.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
6 years ago
diff --git a/wrapper/src/vmaf.cpp b/wrapper/src/vmaf.cpp
6 years ago
index fa1dce9..3e193bc 100644
6 years ago
--- a/wrapper/src/vmaf.cpp
+++ b/wrapper/src/vmaf.cpp
6 years ago
@@ -29,7 +29,7 @@
6 years ago
#include "vmaf.h"
#include "combo.h"
-#include "pugixml/pugixml.hpp"
+#include <pugixml.hpp>
#include "timer.h"
#include "jsonprint.h"
#include "debug.h"
--
6 years ago
2.17.2
6 years ago