comparison test/suite_aggrs/globals.c @ 459:8b6a39592f86

missed an include
author Tassilo Philipp
date Sat, 29 Jan 2022 12:25:44 +0100
parents 1c18c2377c24
children 0f3b6898078d
comparison
equal deleted inserted replaced
458:1c18c2377c24 459:8b6a39592f86
23 */ 23 */
24 24
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include "globals.h" 26 #include "globals.h"
27 #include <float.h> 27 #include <float.h>
28 #include <string.h>
28 29
29 #define X(CH,T) T *V_##CH; T *K_##CH; 30 #define X(CH,T) T *V_##CH; T *K_##CH;
30 DEF_TYPES 31 DEF_TYPES
31 #undef X 32 #undef X
32 33