aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/ruleofbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/ruleofbase.h')
-rw-r--r--src/checks/ruleofbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/ruleofbase.h b/src/checks/ruleofbase.h
index bdb01c7f..12ddcd9b 100644
--- a/src/checks/ruleofbase.h
+++ b/src/checks/ruleofbase.h
@@ -22,10 +22,10 @@
#ifndef CLANG_LAZY_RULE_OF_BASE_H
#define CLANG_LAZY_RULE_OF_BASE_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {