D2XX.cpp requires #include <assert.h>

This commit is contained in:
gcoco
2012-12-28 11:41:59 -05:00
parent 34c2e3f38b
commit f7225428a5

View File

@@ -18,6 +18,7 @@
#include "D2XX.h"
#include <dlfcn.h>
#include <assert.h>
// D2XXWrapper is a wrapper around libftd2xx to make it amenable to loading
// with dlopen().