Skip to content

Commit

Permalink
Fixing headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Jan 27, 2021
1 parent 7fdc7ba commit 8450858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchvision/csrc/io/image/cpu/jpegcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#if JPEG_FOUND
#include <cstddef>

#include <jpeglib.h>
#include <setjmp.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions torchvision/csrc/io/image/cpu/writejpeg_impl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "writejpeg_impl.h"

#include "jpegcommon.h"

namespace vision {
Expand Down
1 change: 1 addition & 0 deletions torchvision/csrc/io/image/cpu/writepng_impl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "writejpeg_impl.h"

#include "pngcommon.h"

namespace vision {
Expand Down

0 comments on commit 8450858

Please sign in to comment.