aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dwarf/functioninfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/dwarf/functioninfo.cc')
-rw-r--r--src/common/mac/dwarf/functioninfo.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mac/dwarf/functioninfo.cc b/src/common/mac/dwarf/functioninfo.cc
index 3501c035..04165dc0 100644
--- a/src/common/mac/dwarf/functioninfo.cc
+++ b/src/common/mac/dwarf/functioninfo.cc
@@ -29,11 +29,12 @@
// This is a client for the dwarf2reader to extract function and line
// information from the debug info.
+#include <assert.h>
+
#include <map>
#include <queue>
#include <vector>
-
#include "common/mac/dwarf/functioninfo.h"
#include "common/mac/dwarf/bytereader.h"