[Lldb-commits] [lldb] r247137 - Fix type in include header name

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 9 04:28:53 PDT 2015


Author: tberghammer
Date: Wed Sep  9 06:28:52 2015
New Revision: 247137

URL: http://llvm.org/viewvc/llvm-project?rev=247137&view=rev
Log:
Fix type in include header name

Modified:
    lldb/trunk/include/lldb/Core/MappedHash.h

Modified: lldb/trunk/include/lldb/Core/MappedHash.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/MappedHash.h?rev=247137&r1=247136&r2=247137&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/MappedHash.h (original)
+++ lldb/trunk/include/lldb/Core/MappedHash.h Wed Sep  9 06:28:52 2015
@@ -8,7 +8,7 @@
 #include <assert.h>
 #include <stdint.h>
 
-#include <function>
+#include <functional>
 #include <map>
 #include <vector>
 




More information about the lldb-commits mailing list