diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-02-20 15:45:19 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-02-20 15:45:19 +0000 |
| commit | e1eb204542c456732160a154225e743bc552b6b2 (patch) | |
| tree | a5e7292b13ed1a77a443f367ea0fd7b2e66b0742 /apt-pkg/cachefilter-patterns.h | |
| parent | 04ea92054757272c344afdf8d8e68046c7678b37 (diff) | |
| parent | 40a75722c43ae24cb9a99d6730a3b25b65819c49 (diff) | |
Merge branch 'modernize-stdlib' into 'main'
Modernize standard library includes
See merge request apt-team/apt!329
Diffstat (limited to 'apt-pkg/cachefilter-patterns.h')
| -rw-r--r-- | apt-pkg/cachefilter-patterns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefilter-patterns.h b/apt-pkg/cachefilter-patterns.h index fa4605253..1f2f4f781 100644 --- a/apt-pkg/cachefilter-patterns.h +++ b/apt-pkg/cachefilter-patterns.h @@ -14,12 +14,12 @@ #include <apt-pkg/header-is-private.h> #include <apt-pkg/string_view.h> #include <apt-pkg/strutl.h> +#include <cassert> #include <iostream> #include <memory> #include <sstream> #include <string> #include <vector> -#include <assert.h> namespace APT { |
