Add missing include.

llvm-svn: 105705
This commit is contained in:
Eli Friedman 2010-06-09 07:47:43 +00:00
parent 4c5de69951
commit ebb81beb1e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
// Other libraries and framework includes
// Project includes
#include "lldb/Core/Stream.h"
#include <algorithm>
using namespace lldb;
using namespace lldb_private;