mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
bgl_babylon.cc: add header for "errno" variable
This commit is contained in:
parent
ecddc321b2
commit
723a2857cb
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include "bgl_babylon.hh"
|
#include "bgl_babylon.hh"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cerrno>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue