You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
855 B

  1. From 9977cc5a4b35809bed04be543cf38e32d8f175c5 Mon Sep 17 00:00:00 2001
  2. From: Rosen Penev <rosenp@gmail.com>
  3. Date: Sat, 15 Dec 2018 15:02:34 -0800
  4. Subject: [PATCH] Add a few missing headers
  5. Helps to compile with alternative c++ libraries.
  6. ---
  7. inc/DeviceSource.h | 2 ++
  8. inc/MemoryBufferSink.h | 1 +
  9. 2 files changed, 3 insertions(+)
  10. diff --git a/inc/DeviceSource.h b/inc/DeviceSource.h
  11. index 7d4aa18..0e2f996 100755
  12. --- a/inc/DeviceSource.h
  13. +++ b/inc/DeviceSource.h
  14. @@ -18,6 +18,8 @@
  15. #include <iostream>
  16. #include <iomanip>
  17. +#include <pthread.h>
  18. +
  19. // live555
  20. #include <liveMedia.hh>
  21. diff --git a/inc/MemoryBufferSink.h b/inc/MemoryBufferSink.h
  22. index 97e1db1..fc6de20 100644
  23. --- a/inc/MemoryBufferSink.h
  24. +++ b/inc/MemoryBufferSink.h
  25. @@ -12,6 +12,7 @@
  26. #pragma once
  27. #include <map>
  28. +#include <string>
  29. #include "MediaSink.hh"
  30. --
  31. 2.20.1