Add missing RTC_EXPORT for the component build.

Bug: webrtc:9419
Change-Id: I3225259fb4cc55e9820f590928795f4587f1e3cb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153884
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29479}
diff --git a/rtc_base/timestamp_aligner.h b/rtc_base/timestamp_aligner.h
index 2146880..151bcdc 100644
--- a/rtc_base/timestamp_aligner.h
+++ b/rtc_base/timestamp_aligner.h
@@ -14,6 +14,7 @@
 #include <stdint.h>
 
 #include "rtc_base/constructor_magic.h"
+#include "rtc_base/system/rtc_export.h"
 
 namespace rtc {
 
@@ -28,7 +29,7 @@
 
 // This class is not thread safe, so all calls to it must be synchronized
 // externally.
-class TimestampAligner {
+class RTC_EXPORT TimestampAligner {
  public:
   TimestampAligner();
   ~TimestampAligner();