Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
* *
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#pragma once

#include <sofa/helper/config.h>

SOFA_HEADER_DEPRECATED("v26.06", "v27.06", "This header is unused and will be removed.")

#ifndef SOFA_HELPER_SIMPLETIMER_H
#define SOFA_HELPER_SIMPLETIMER_H

Expand Down
Loading