summaryrefslogtreecommitdiff
path: root/src/common/break_points.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/break_points.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/break_points.h b/src/common/break_points.h
index 4b26cf90d..f0a55e7b1 100644
--- a/src/common/break_points.h
+++ b/src/common/break_points.h
@@ -7,7 +7,7 @@
7#include <vector> 7#include <vector>
8#include <string> 8#include <string>
9 9
10#include "common/common.h" 10#include "common/common_types.h"
11 11
12class DebugInterface; 12class DebugInterface;
13 13