Merge branch 'master' of https://github.com/Jman012/toxcore into Jman012-master

This commit is contained in:
irungentoo 2014-06-18 17:42:17 -04:00
commit 881ccced56
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,10 @@
#include "config.h"
#endif
#ifdef DEBUG
#include <assert.h>
#endif
#include "logger.h"
#include "DHT.h"

View File

@ -25,6 +25,10 @@
#include "config.h"
#endif
#ifdef DEBUG
#include <assert.h>
#endif
#include "logger.h"
#include "Messenger.h"
#include "assoc.h"