diff options
Diffstat (limited to 'methods/connect.h')
-rw-r--r-- | methods/connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/connect.h b/methods/connect.h index 4456d660d..817ebf765 100644 --- a/methods/connect.h +++ b/methods/connect.h @@ -11,8 +11,8 @@ #define CONNECT_H #include <memory> -#include <stddef.h> #include <string> +#include <stddef.h> class aptMethod; |