Skip to content

Commit 39b5ee9

Browse files
committed
UniRec output plugin: added missing header file <math.h>
1 parent d6ebd93 commit 39b5ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra_plugins/output/unirec/src/translator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <stdio.h>
4343
#include <string.h>
4444
#include <inttypes.h>
45+
#include <math.h>
4546

4647
#include "translator.h"
4748
#include "fields.h"

0 commit comments

Comments
 (0)