Skip to content

Commit b670f19

Browse files
committed
Fixed compilation issue on mac and linux.
1 parent b344d2f commit b670f19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PyLib/PyExceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2323
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2424
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.*/
26-
26+
#pragma once
2727
#include <exception>
2828

2929
class pyGenericExcept: public std::exception

PyLib/PyFBSPost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SOFTWARE.*/
3939
#include <PostLib/DataFilter.h>
4040
#include <PostLib/FEVTKExport.h>
4141
#include "DocHeaders/PyPostDocs.h"
42-
42+
#include "PyExceptions.h"
4343
#ifndef PY_EXTERNAL
4444
#include <FEBioStudio/PostDocument.h>
4545
#include "PyRunContext.h"

0 commit comments

Comments
 (0)