Fix ConfigTest.cpp and cert.cpp so they compile

This was broken since ZNCDebug.cpp was introduced
This commit is contained in:
Kyle Fuller
2011-04-04 19:16:05 +01:00
parent ea5ec8496c
commit 5cf5775bbc
3 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
* by the Free Software Foundation.
*/
#include "ZNCDebug.h"
#include "FileUtils.h"
#include "Config.h"
#include <cstdlib>