aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/functioninfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/functioninfo.cc')
-rw-r--r--src/common/dwarf/functioninfo.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/dwarf/functioninfo.cc b/src/common/dwarf/functioninfo.cc
index 69304c86..d8ab7da9 100644
--- a/src/common/dwarf/functioninfo.cc
+++ b/src/common/dwarf/functioninfo.cc
@@ -30,10 +30,13 @@
// information from the debug info.
#include <assert.h>
+#include <limits.h>
+#include <stdio.h>
#include <map>
#include <queue>
#include <vector>
+#include <memory>
#include "common/dwarf/functioninfo.h"