IWYU
This commit is contained in:
@ -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.
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user