mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer.
10 lines
222 B
C++
10 lines
222 B
C++
--- sqlitestudiocli/cli_config.h.orig 2016-01-21 10:44:03 UTC
|
|
+++ sqlitestudiocli/cli_config.h
|
|
@@ -2,6 +2,7 @@
|
|
#define CLI_CONFIG_H
|
|
|
|
#include "config_builder.h"
|
|
+#include <QDataStream>
|
|
|
|
namespace CliResultsDisplay
|
|
{
|