From e77c2fd6ee1e622851d4480442638c3ccbde3234 Mon Sep 17 00:00:00 2001 From: Oleg Mazurov Date: Mon, 27 May 2013 11:23:35 -0600 Subject: [PATCH] fixed "Notify" --- hexdump.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hexdump.h b/hexdump.h index 201a4edb..5245e3fc 100644 --- a/hexdump.h +++ b/hexdump.h @@ -19,6 +19,10 @@ e-mail : support@circuitsathome.com #include #include +#include "printhex.h" +#include "message.h" + +extern int UsbDEBUGlvl; template class HexDumper : public BASE_CLASS {