1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:07:47 +02:00

add missing implicit include

This commit is contained in:
tharvik 2016-10-18 09:38:28 +02:00
parent 2bd5083b8f
commit a26ed9d28f
No known key found for this signature in database
GPG Key ID: D78C9E1C5909A25B

View File

@ -23,6 +23,7 @@
#include <stdlib.h>
#include <qrencode.h>
#include <stdbool.h>
#include <string.h>
#include "toxic.h"
#include "windows.h"