[cpp-xmltooling] branch master updated: Fix header file nit.

Scott Cantor cantor.2 at osu.edu
Mon May 21 16:12:34 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=8f209132864b758c1b1bb1907dee22efa26d9225

The following commit(s) were added to refs/heads/master by this push:
       new  8f20913   Fix header file nit.
8f20913 is described below

commit 8f209132864b758c1b1bb1907dee22efa26d9225
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 21 16:12:28 2018 -0400

    Fix header file nit.
---
 xmltooling/util/Win32Threads.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmltooling/util/Win32Threads.cpp b/xmltooling/util/Win32Threads.cpp
index c11d7d7..0da9179 100644
--- a/xmltooling/util/Win32Threads.cpp
+++ b/xmltooling/util/Win32Threads.cpp
@@ -29,7 +29,7 @@
 #include "util/Threads.h"
 
 #include <algorithm>
-#include<xfunctional>
+#include <functional>
 
 #ifndef WIN32
 # error "This implementation is for WIN32 platforms."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list