summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-10-18 14:26:18 +0200
committerGitHub <noreply@github.com>2020-10-18 14:26:18 +0200
commit8f2b7aecee64a2445bfec2221a415a3a92e30211 (patch)
treee4798d05d32d0180357c78aa3fd5a19edbef4991 /main
parent6a8dfdb60e6ab47ee023c62a31cdd754e16d1ca5 (diff)
parentee06a70ea6ac51aa451d55c92b807346458822d7 (diff)
Merge pull request #42826 from reduz/refactor-method-bind
Refactor MethodBind to use variadic templates
Diffstat (limited to 'main')
-rw-r--r--main/performance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/performance.h b/main/performance.h
index 5f88a24c0f..f406433cf2 100644
--- a/main/performance.h
+++ b/main/performance.h
@@ -31,7 +31,7 @@
#ifndef PERFORMANCE_H
#define PERFORMANCE_H
-#include "core/object.h"
+#include "core/class_db.h"
#include "core/ordered_hash_map.h"
#define PERF_WARN_OFFLINE_FUNCTION