Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
Calin Cascaval committed Sep 25, 2016
1 parent 9c42240 commit d5a6327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ir/std.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2013-present Barefoot Networks, Inc.
Copyright 2013-present Barefoot Networks, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,7 @@ limitations under the License.

#ifndef _std_h_
#define _std_h_
#include <array>
#include <map>
#include <memory>
#include <set>
Expand Down

0 comments on commit d5a6327

Please sign in to comment.