13
0

Add necessary header include for int64_t type

This commit is contained in:
Paul Davis 2013-07-11 13:53:35 -04:00
parent 0e513f0469
commit ef9ed302e3

View File

@ -21,6 +21,8 @@
#ifndef AUDIOGRAPHER_BROADCAST_INFO_H
#define AUDIOGRAPHER_BROADCAST_INFO_H
#include <stdint.h>
#include <string>
#include <ctime>