citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 77cd4006050649876ed8f8c414ad89eecb374935
parent 041f95b4d36119eeb4664bb12cf61f59f8b4018e
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 20 Mar 2016 10:09:52 -0600

viewer: add includes for std int sizes

Diffstat:
Mviewer/af_unix.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/viewer/af_unix.h b/viewer/af_unix.h @@ -1,6 +1,8 @@ #ifndef AF_UNIX_H #define AF_UNIX_H +#include <cstddef> +#include <cstdint> #include <vector> class af_unix {