diff options
Diffstat (limited to 'src/name_from_url.cc')
| -rw-r--r-- | src/name_from_url.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/name_from_url.cc b/src/name_from_url.cc index 2aaddac..56a2830 100644 --- a/src/name_from_url.cc +++ b/src/name_from_url.cc @@ -1,4 +1,5 @@ #include <string> +#include "name_from_url.hh" std::string name_from_url(std::string url) { return url.substr(url.find_last_of('/') + 1); |
