patch to support development version of Hamlib, thanks Harry

pull/42/head
David 2020-01-06 06:34:01 +10:30
parent 4c37008e31
commit 6748642b12
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
#ifndef HAMLIB_H
#define HAMLIB_H
#include <wx/combobox.h>
#include <vector>
extern "C" {
#include <hamlib/rig.h>
}
#include <wx/combobox.h>
#include <vector>
class Hamlib {