summaryrefslogtreecommitdiff
path: root/libpurple/purplecontact.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-11-16 22:34:18 -0600
committerGary Kramlich <grim@reaperworld.com>2022-11-16 22:34:18 -0600
commit4b9c50317218582ccf015126301e60d461ae5709 (patch)
treee964f0271e74f17022007da14ef2fe638086fae3 /libpurple/purplecontact.h
parent5f43503d6051e2ce0990a3c609a7043dbda1c9cd (diff)
downloadpidgin-4b9c50317218582ccf015126301e60d461ae5709.tar.gz
Fix some include loops
This is needed for something else I'm working on, but it was much easier to find/fix outside of that code. Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/2063/
Diffstat (limited to 'libpurple/purplecontact.h')
-rw-r--r--libpurple/purplecontact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/purplecontact.h b/libpurple/purplecontact.h
index b13bcd1474..b0f12b15e6 100644
--- a/libpurple/purplecontact.h
+++ b/libpurple/purplecontact.h
@@ -29,6 +29,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <libpurple/account.h>
+#include <libpurple/purplepresence.h>
#include <libpurple/purpletags.h>
G_BEGIN_DECLS