Added abseil string views in the helpers
This commit is contained in:
parent
a913556389
commit
ecfed7f41b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#pragma once
|
||||
#include <string_view>
|
||||
#include "absl/strings/string_view.h"
|
||||
|
||||
inline void trimInPlace(absl::string_view& s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue