This commit is contained in:
2025-09-27 18:18:17 -04:00
parent 1bf12c858f
commit c8cfc0f038
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define __DW_IMGRENDERER_HH__ #define __DW_IMGRENDERER_HH__
#include <set> #include <set>
#include <algorithm>
#ifndef __INCLUDED_FROM_DW_CORE_HH__ #ifndef __INCLUDED_FROM_DW_CORE_HH__
# error Do not include this file directly, use "core.hh" instead. # error Do not include this file directly, use "core.hh" instead.

View File

@ -15,6 +15,8 @@
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#include <algorithm>
#include "utf8.hh" #include "utf8.hh"
#include "msg.hh" #include "msg.hh"
#include "misc.hh" #include "misc.hh"