mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 12:40:31 +00:00
added some missing includes
Added includes that are missing if config.h was not included.
This commit is contained in:
@@ -42,9 +42,12 @@
|
||||
#include "config_win32.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <climits>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
#include "debug.h"
|
||||
#include "utils/misc.h"
|
||||
|
||||
Reference in New Issue
Block a user