未验证 提交 7f4f52f9 编写于 作者: L liyuqian 提交者: GitHub

Add missing ifndef guard for count_down_latch.h (#9143)

I discovered this while experimenting with the timing API.
上级 e07fc692
......@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_FML_SYNCHRONIZATION_COUNT_DOWN_LATCH_H_
#define FLUTTER_FML_SYNCHRONIZATION_COUNT_DOWN_LATCH_H_
#include <atomic>
#include "flutter/fml/macros.h"
......@@ -27,3 +30,5 @@ class CountDownLatch {
};
} // namespace fml
#endif // FLUTTER_FML_SYNCHRONIZATION_COUNT_DOWN_LATCH_H_
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册