From 15073b738d70e3fa159a183ccb3931600faa0c37 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Tue, 1 Jan 2013 20:26:12 +1300 Subject: [PATCH] add required include files --- capture.cpp | 1 + eas_demod.cpp | 1 + emailer.cpp | 1 + encode.cpp | 1 + play.cpp | 2 ++ rec.cpp | 2 ++ splitter.cpp | 1 + 7 files changed, 9 insertions(+) diff --git a/capture.cpp b/capture.cpp index 5bda5d2..0d58949 100644 --- a/capture.cpp +++ b/capture.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include diff --git a/eas_demod.cpp b/eas_demod.cpp index be324fc..19ed09b 100644 --- a/eas_demod.cpp +++ b/eas_demod.cpp @@ -1,3 +1,4 @@ +#include #include #include "eas_demod.h" diff --git a/emailer.cpp b/emailer.cpp index 475f7fd..a4e6c42 100644 --- a/emailer.cpp +++ b/emailer.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/encode.cpp b/encode.cpp index 8d17f75..49684f6 100644 --- a/encode.cpp +++ b/encode.cpp @@ -1,5 +1,6 @@ #include #include +#include class Encoder { public: diff --git a/play.cpp b/play.cpp index a1435b9..390669d 100644 --- a/play.cpp +++ b/play.cpp @@ -1,5 +1,7 @@ #include #include +#include +#include #include #include diff --git a/rec.cpp b/rec.cpp index 9b831f6..383c7b9 100644 --- a/rec.cpp +++ b/rec.cpp @@ -1,5 +1,7 @@ #include #include +#include +#include #include #include diff --git a/splitter.cpp b/splitter.cpp index 9abe9e6..1e1c589 100644 --- a/splitter.cpp +++ b/splitter.cpp @@ -1,4 +1,5 @@ #include +#include #include #include