mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
docs: explain why utility header is needed
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <string> /// for std::string
|
||||
#include <utility>
|
||||
#include <vector> /// for std::vector
|
||||
#include <utility> /// for std::move
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
/**
|
||||
* @brief computes the length of the longest common string created from input
|
||||
|
||||
Reference in New Issue
Block a user