1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

Fix gcc-7 compilation error. (#402)

https://github.com/brndnmtthws/conky/issues/396
This commit is contained in:
albert2004 2017-12-07 20:59:41 +01:00 committed by Brenden Matthews
parent a58a6d4e08
commit c93a007a13

View File

@ -28,6 +28,7 @@
#include <exception>
#include <stdexcept>
#include <string>
#include <functional>
#include <lua.hpp>