monitorconfig.cpp: Add missing #include
This source file references some of the symbols declared by cstdio, such as sscanf(3) or sprintf(3).
This commit is contained in:
parent
850d275621
commit
7ef713f357
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "monitorconfig.h"
|
||||
#include "graphic.h"
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
// Some consts.
|
||||
|
|
Loading…
Reference in a new issue