Added missing include.

llvm-svn: 175279
This commit is contained in:
Greg Clayton 2013-02-15 17:44:31 +00:00
parent 89909397a1
commit 79978fc0fc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define liblldb_Timer_h_
#if defined(__cplusplus)
#include <stdarg.h>
#include <stdio.h>
#include <memory>
#include <string>