diff --git a/webrtc/common_audio/audio_ring_buffer.h b/webrtc/common_audio/audio_ring_buffer.h index ebfc9d9a9c..85d2531ad2 100644 --- a/webrtc/common_audio/audio_ring_buffer.h +++ b/webrtc/common_audio/audio_ring_buffer.h @@ -7,6 +7,8 @@ * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ +#ifndef WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_ +#define WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_ #include #include @@ -47,3 +49,5 @@ class AudioRingBuffer final { }; } // namespace webrtc + +#endif // WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_