Merge pull request #179 from zant95/include-fstream

Include fstream
This commit is contained in:
casey langen 2018-01-29 19:18:32 -08:00 committed by GitHub
commit a87c998fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
#include <iostream>
#include <fstream>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <iostream>
#include <core/audio/PlaybackService.h>
#include <core/audio/MasterTransport.h>