Skip to content

Commit

Permalink
Base: [skip ci] include sstream in swigpyrun source files
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 20, 2020
1 parent ffe957c commit c23a1f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.25.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#include "PyExport.h"
#include "Exception.h"
#include <sstream>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.33.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#include "PyExport.h"
#include "Exception.h"
#include <sstream>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.36.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#include "PyExport.h"
#include "Exception.h"
#include <sstream>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.38.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#include "PyExport.h"
#include "Exception.h"
#include <sstream>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.40.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#include "PyExport.h"
#include "Exception.h"
#include <sstream>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
Expand Down

0 comments on commit c23a1f6

Please sign in to comment.