diff options
Diffstat (limited to 'src/strings/base.tcc')
-rw-r--r-- | src/strings/base.tcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/base.tcc b/src/strings/base.tcc index a5a57d0..8b7982b 100644 --- a/src/strings/base.tcc +++ b/src/strings/base.tcc @@ -17,6 +17,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include <cstddef> + #include <algorithm> #include "pair.hpp" |