Skip to content

Commit

Permalink
build: missing regex include. (#8032)
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch authored and lizan committed Aug 23, 2019
1 parent 25e3e86 commit 903351f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_runner.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <regex>

#include "common/common/logger.h"
#include "common/common/logger_delegates.h"
#include "common/common/thread.h"
Expand Down

0 comments on commit 903351f

Please sign in to comment.