Nebula
Loading...
Searching...
No Matches
precompiled.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12// crt headers
13// GNU/C runtime
14#include <stdlib.h>
15#include <stdio.h>
16#include <math.h>
17#include <stdlib.h>
18#include <stdarg.h>
19#include <string.h>
20#include <time.h>
21#include <ctype.h>
22#include <pthread.h>
23#include <malloc/malloc.h>
24#include <uuid/uuid.h>
25
26// C++ runtime
27#include <algorithm>
28
29// NOTE: no headers here which depend on ObjC!
Typedefs for the Timing subsystem.