mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:49:48 +08:00
14 lines
364 B
Diff
14 lines
364 B
Diff
|
diff --git a/3FD/configuration.cpp b/3FD/configuration.cpp
|
||
|
index b9ca804..207a397 100644
|
||
|
--- a/3FD/configuration.cpp
|
||
|
+++ b/3FD/configuration.cpp
|
||
|
@@ -2,7 +2,7 @@
|
||
|
#include "configuration.h"
|
||
|
#include "exceptions.h"
|
||
|
#include "utils_io.h"
|
||
|
-#include <rapidxml.hpp>
|
||
|
+#include <rapidxml/rapidxml.hpp>
|
||
|
|
||
|
#ifdef _3FD_PLATFORM_WINRT
|
||
|
# include "utils_winrt.h"
|