Skip to content

Commit 767d6b4

Browse files
committed
include missing header
1 parent 2d654ce commit 767d6b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RegexReplaceFormatter.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// grepWin - regex search and replace for Windows
22

3-
// Copyright (C) 2011, 2015, 2024 - Stefan Kueng
3+
// Copyright (C) 2011, 2015, 2024-2025 - Stefan Kueng
44

55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU General Public License
@@ -18,6 +18,7 @@
1818
//
1919
#include "stdafx.h"
2020
#include "RegexReplaceFormatter.h"
21+
#include <chrono>
2122

2223
std::wstring ExpandString(const std::wstring& replaceString)
2324
{

0 commit comments

Comments
 (0)