libsigrok.hpp: Fix incorrect glibmm.h #include.
As per upstream docs "#include <glibmm.h>" is the correct usage, the "glibmm-2.4" directory is handled correctly via pkg-config: $ pkg-config --cflags glibmm-2.4 -I/usr/include/glibmm-2.4 [...]
This commit is contained in:
parent
afba88adb5
commit
e0e6aecc20
|
@ -71,7 +71,7 @@ raised, which provides access to the error code and description.
|
|||
#define LIBSIGROK_HPP
|
||||
|
||||
#include "libsigrok/libsigrok.h"
|
||||
#include <glibmm-2.4/glibmm.h>
|
||||
#include <glibmm.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in New Issue