pragma once for header file

Add missing "#pragma once" to header file.

Bug: none
Test: build
Change-Id: I9ea248686dc2affc8ba093c58a2660505f5cc8de
Signed-off-by: Alessio Balsini <balsini@google.com>
This commit is contained in:
Alessio Balsini 2019-10-28 15:36:21 +00:00
parent f71ca37df4
commit 70f0be3811

View file

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#pragma once
#include <stdint.h>
#include <vector>