Add missing include.

llvm-svn: 105898
This commit is contained in:
Eli Friedman 2010-06-12 18:38:40 +00:00
parent 1978d861c3
commit a84b380d46
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#if defined(__cplusplus)
#include <memory>
#include <stdio.h>
#include "lldb/lldb-private.h"
#include "lldb/Host/TimeValue.h"