summaryrefslogtreecommitdiffstats
path: root/pcp/PCPDynamicColumn.h
diff options
context:
space:
mode:
authorSohaib <sohaib.amhmd@gmail.com>2021-08-14 17:30:19 -0400
committerBenBE <BenBE@geshi.org>2021-08-16 17:23:07 +0200
commitfefff80631e86f0296a2621a3699b16de60b86c6 (patch)
treed63400fea86d63c7075aa828faadae39cdca75b4 /pcp/PCPDynamicColumn.h
parentedafa26f9e6298bcd935a2eaf9dfcec8868eff8d (diff)
PCP: PCPMetric.[ch] Mdoule
Split the PCP Metric API (functions `Metric_*`) into their own module. as @BenBE suggested.
Diffstat (limited to 'pcp/PCPDynamicColumn.h')
-rw-r--r--pcp/PCPDynamicColumn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcp/PCPDynamicColumn.h b/pcp/PCPDynamicColumn.h
index 39f79358..28f3d5ca 100644
--- a/pcp/PCPDynamicColumn.h
+++ b/pcp/PCPDynamicColumn.h
@@ -1,7 +1,8 @@
#ifndef HEADER_PCPDynamicColumn
#define HEADER_PCPDynamicColumn
-#include "CRT.h"
+#include <stddef.h>
+
#include "DynamicColumn.h"
#include "Hashtable.h"
#include "Process.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy