c62c78194cfad8453b2d7c74b304fde3ef10b2dc
chmalee
  Fri Jun 6 10:46:40 2025 -0700
Fix missing include bug introduced by 13f391382e54e658, refs browser-qa email

diff --git src/hg/lib/web.c src/hg/lib/web.c
index a8afdf8d9f5..17246cfd0ff 100644
--- src/hg/lib/web.c
+++ src/hg/lib/web.c
@@ -12,30 +12,31 @@
 #include "dupTrack.h"
 #include "hPrint.h"
 #include "hdb.h"
 #include "hui.h"
 #include "hgConfig.h"
 #include "hVarSubst.h"
 #include "cheapcgi.h"
 #include "dbDb.h"
 #include "hgColors.h"
 #include "hubConnect.h"
 #include "search.h"
 #include "geoMirror.h"
 #include "trackHub.h"
 #include "versionInfo.h"
 #include "asmAlias.h"
+#include "cart.h"
 
 #ifndef GBROWSE
 #include "axtInfo.h"
 #include "wikiLink.h"
 #include "googleAnalytics.h"
 #include "jsHelper.h"
 #endif /* GBROWSE */
 
 
 /* flag that tell if the CGI header has already been outputed */
 boolean webHeadAlreadyOutputed = FALSE;
 /* flag that tell if text CGI header has been outputed */
 boolean webInTextMode = FALSE;
 
 struct hash *includedResourceFiles = NULL;